Package org.apache.camel.component.irc
Class IrcConstants
- java.lang.Object
-
- org.apache.camel.component.irc.IrcConstants
-
public final class IrcConstants extends Object
IRC Constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringIRC_MESSAGE_TYPEstatic StringIRC_NUMstatic StringIRC_SEND_TOstatic StringIRC_TARGETstatic StringIRC_USER_HOSTstatic StringIRC_USER_KICKEDstatic StringIRC_USER_NICKstatic StringIRC_USER_SERVERNAMEstatic StringIRC_USER_USERNAMEstatic StringIRC_VALUE
-
-
-
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_SEND_TO
public static final String IRC_SEND_TO
- 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
-
-