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
@Metadata(description="The type of message", javaType="String") public static final String IRC_MESSAGE_TYPE- See Also:
- Constant Field Values
-
IRC_TARGET
@Metadata(description="The target", javaType="String") public static final String IRC_TARGET- See Also:
- Constant Field Values
-
IRC_SEND_TO
@Metadata(description="The nickname or channel the message should be sent to.", javaType="String") public static final String IRC_SEND_TO- See Also:
- Constant Field Values
-
IRC_USER_KICKED
@Metadata(description="The nickname of the user who is kicked from a channel (passive).", javaType="String") public static final String IRC_USER_KICKED- See Also:
- Constant Field Values
-
IRC_USER_HOST
@Metadata(description="The host of the person who sent the line.", javaType="String") public static final String IRC_USER_HOST- See Also:
- Constant Field Values
-
IRC_USER_NICK
@Metadata(description="The nickname of the person who sent the line or the server name of the server which sent the line.", javaType="String") public static final String IRC_USER_NICK- See Also:
- Constant Field Values
-
IRC_USER_SERVERNAME
@Metadata(description="The server name of the server which sent the line or the nickname of the person who sent the line.", javaType="String") public static final String IRC_USER_SERVERNAME- See Also:
- Constant Field Values
-
IRC_USER_USERNAME
@Metadata(description="The username of the person who sent the line.", javaType="String") public static final String IRC_USER_USERNAME- See Also:
- Constant Field Values
-
IRC_NUM
@Metadata(description="The numeric reply.", javaType="int") public static final String IRC_NUM- See Also:
- Constant Field Values
-
IRC_VALUE
@Metadata(description="The first part of the message", javaType="String") public static final String IRC_VALUE- See Also:
- Constant Field Values
-
-