Class MinaConstants


  • public final class MinaConstants
    extends Object
    Mina constants
    • Field Detail

      • MINA_IOSESSION

        public static final String MINA_IOSESSION
        The key of the IoSession which is stored in the message header
        See Also:
        Constant Field Values
      • MINA_LOCAL_ADDRESS

        public static final String MINA_LOCAL_ADDRESS
        The socket address of local machine that received the message.
        See Also:
        Constant Field Values
      • MINA_REMOTE_ADDRESS

        public static final String MINA_REMOTE_ADDRESS
        The socket address of the remote machine that send the message.
        See Also:
        Constant Field Values