Class MinaConstants


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

      • MINA_CLOSE_SESSION_WHEN_COMPLETE

        @Metadata(description="Indicates whether the session should be closed after complete",
                  javaType="Boolean")
        public static final String MINA_CLOSE_SESSION_WHEN_COMPLETE
        See Also:
        Constant Field Values
      • MINA_IOSESSION

        @Metadata(label="consumer",
                  javaType="org.apache.mina.core.session.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

        @Metadata(label="consumer",
                  javaType="java.net.SocketAddress")
        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

        @Metadata(label="consumer",
                  javaType="java.net.SocketAddress")
        public static final String MINA_REMOTE_ADDRESS
        The socket address of the remote machine that send the message.
        See Also:
        Constant Field Values