org.apache.camel.component.netty
Class NettyConstants

java.lang.Object
  extended by org.apache.camel.component.netty.NettyConstants

public final class NettyConstants
extends Object

Netty constants

Version:

Field Summary
static String NETTY_CHANNEL_HANDLER_CONTEXT
           
static String NETTY_CLOSE_CHANNEL_WHEN_COMPLETE
           
static String NETTY_LOCAL_ADDRESS
           
static String NETTY_MESSAGE_EVENT
           
static String NETTY_REMOTE_ADDRESS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NETTY_CLOSE_CHANNEL_WHEN_COMPLETE

public static final String NETTY_CLOSE_CHANNEL_WHEN_COMPLETE
See Also:
Constant Field Values

NETTY_CHANNEL_HANDLER_CONTEXT

public static final String NETTY_CHANNEL_HANDLER_CONTEXT
See Also:
Constant Field Values

NETTY_MESSAGE_EVENT

public static final String NETTY_MESSAGE_EVENT
See Also:
Constant Field Values

NETTY_REMOTE_ADDRESS

public static final String NETTY_REMOTE_ADDRESS
See Also:
Constant Field Values

NETTY_LOCAL_ADDRESS

public static final String NETTY_LOCAL_ADDRESS
See Also:
Constant Field Values


Apache Camel