public class ServerConnectionState extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerConnectionState.Error
Represents that the client is in an error state
|
Modifier and Type | Field and Description |
---|---|
static ServerConnectionState |
CLIENT_DISCONNECTED
represents that the client has disconnected from the server
|
static ServerConnectionState |
CONNECTED_TO_CLIENT
represents that the client is in a connected non-error state
|
static ServerConnectionState |
GOT_CONNECTION_FROM_CLIENT
represents that the server has received the connection from the client but has not yet received the client hello
|
Modifier | Constructor and Description |
---|---|
protected |
ServerConnectionState(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final ServerConnectionState GOT_CONNECTION_FROM_CLIENT
public static final ServerConnectionState CONNECTED_TO_CLIENT
public static final ServerConnectionState CLIENT_DISCONNECTED
protected ServerConnectionState(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Object