public static class ClientConnectionState.ProtocolUnsuppotedByServer extends ClientConnectionState
ClientConnectionState.Error, ClientConnectionState.ProtocolUnsuppotedByServer
CONNECTED_TO_SERVER, DISCONNECTED_FROM_SERVER, IN_SYNC_WITH_SERVER, SENT_HELLO_TO_SERVER
Constructor and Description |
---|
ProtocolUnsuppotedByServer(char serverVersion)
Create a new protocol unsupported state
|
Modifier and Type | Method and Description |
---|---|
char |
getServerVersion() |
java.lang.String |
toString() |
public ProtocolUnsuppotedByServer(char serverVersion)
serverVersion
- public char getServerVersion()
public java.lang.String toString()
toString
in class ClientConnectionState