Class IrcConstants

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

public final class IrcConstants extends Object
IRC Constants
  • Field Details

    • IRC_MESSAGE_TYPE

      @Metadata(description="The type of message", javaType="String") public static final String IRC_MESSAGE_TYPE
      See Also:
    • IRC_TARGET

      @Metadata(description="The target", javaType="String") public static final String IRC_TARGET
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • IRC_NUM

      @Metadata(description="The numeric reply.", javaType="int") public static final String IRC_NUM
      See Also:
    • IRC_VALUE

      @Metadata(description="The first part of the message", javaType="String") public static final String IRC_VALUE
      See Also: