| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.CopyOnWriteArrayList<java.lang.ref.WeakReference<Protocol.ProtocolEventListener>> |
AbstractProtocol.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
Protocol.ProtocolEventHandler.addListener(Protocol.ProtocolEventListener l)
Add listener for this protocol events.
|
void |
AbstractProtocol.addListener(Protocol.ProtocolEventListener l) |
void |
Protocol.ProtocolEventHandler.removeListener(Protocol.ProtocolEventListener l)
Remove protocol listener.
|
void |
AbstractProtocol.removeListener(Protocol.ProtocolEventListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientImpl |