org.apache.camel.component.mina
Class MinaConstants

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

public final class MinaConstants
extends Object

Mina constants

Version:

Field Summary
static String MINA_CLOSE_SESSION_WHEN_COMPLETE
           
static String MINA_IOSESSION
          The key of the IoSession which is stored in the message header
static String MINA_LOCAL_ADDRESS
          The socket address of local machine that received the message.
static String MINA_REMOTE_ADDRESS
          The socket address of the remote machine that send the message.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINA_CLOSE_SESSION_WHEN_COMPLETE

public static final String MINA_CLOSE_SESSION_WHEN_COMPLETE
See Also:
Constant Field Values

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


Apache Camel