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