Class ConnectionState

java.lang.Object
org.bidib.jbidibc.netbidib.server.ConnectionState

public class ConnectionState extends Object
  • Field Details

    • NOT_CONNECTED

      public static final String NOT_CONNECTED
      String to use to indicate that currently no connection is established.
      See Also:
    • STATE_KEY

      public static final io.netty.util.AttributeKey<ConnectionState.Phase> STATE_KEY
      Key to retrieve the state from the session.
    • REMOTE_ADDRESS_KEY

      public static final io.netty.util.AttributeKey<String> REMOTE_ADDRESS_KEY
      Key to retrieve the remote address from the session.
  • Constructor Details

    • ConnectionState

      public ConnectionState()