Class ConnectionState


  • public class ConnectionState
    extends Object
    • Field Detail

      • NOT_CONNECTED

        public static final String NOT_CONNECTED
        String to use to indicate that currently no connection is established.
        See Also:
        Constant Field Values
      • 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 Detail

      • ConnectionState

        public ConnectionState()