Class ConnectionState
java.lang.Object
org.bidib.jbidibc.netbidib.server.ConnectionState
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringString to use to indicate that currently no connection is established.static final io.netty.util.AttributeKey<String> Key to retrieve the remote address from the session.static final io.netty.util.AttributeKey<ConnectionState.Phase> Key to retrieve the state from the session. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOT_CONNECTED
String to use to indicate that currently no connection is established.- See Also:
-
STATE_KEY
Key to retrieve the state from the session. -
REMOTE_ADDRESS_KEY
Key to retrieve the remote address from the session.
-
-
Constructor Details
-
ConnectionState
public ConnectionState()
-