org.apache.camel.component.irc
Class IrcConstants

java.lang.Object
  extended by org.apache.camel.component.irc.IrcConstants

public final class IrcConstants
extends Object

IRC Constants


Field Summary
static String IRC_MESSAGE_TYPE
           
static String IRC_NUM
           
static String IRC_TARGET
           
static String IRC_USER_HOST
           
static String IRC_USER_KICKED
           
static String IRC_USER_NICK
           
static String IRC_USER_SERVERNAME
           
static String IRC_USER_USERNAME
           
static String IRC_VALUE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IRC_MESSAGE_TYPE

public static final String IRC_MESSAGE_TYPE
See Also:
Constant Field Values

IRC_TARGET

public static final String IRC_TARGET
See Also:
Constant Field Values

IRC_USER_KICKED

public static final String IRC_USER_KICKED
See Also:
Constant Field Values

IRC_USER_HOST

public static final String IRC_USER_HOST
See Also:
Constant Field Values

IRC_USER_NICK

public static final String IRC_USER_NICK
See Also:
Constant Field Values

IRC_USER_SERVERNAME

public static final String IRC_USER_SERVERNAME
See Also:
Constant Field Values

IRC_USER_USERNAME

public static final String IRC_USER_USERNAME
See Also:
Constant Field Values

IRC_NUM

public static final String IRC_NUM
See Also:
Constant Field Values

IRC_VALUE

public static final String IRC_VALUE
See Also:
Constant Field Values


Apache Camel