Class MinaConstants

java.lang.Object
org.apache.camel.component.mina.MinaConstants

public final class MinaConstants extends Object
Mina constants
  • Field Details

    • 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:
    • 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:
    • 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:
    • 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: