Class IrcEndpointBuilderFactory.IrcHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.IrcEndpointBuilderFactory.IrcHeaderNameBuilder
Enclosing interface:
IrcEndpointBuilderFactory

public static class IrcEndpointBuilderFactory.IrcHeaderNameBuilder extends Object
The builder of headers' name for the IRC component.
  • Constructor Details

    • IrcHeaderNameBuilder

      public IrcHeaderNameBuilder()
  • Method Details

    • ircMessagetype

      public String ircMessagetype()
      The type of message. The option is a: String type. Group: common
      Returns:
      the name of the header irc.messageType.
    • ircTarget

      public String ircTarget()
      The target. The option is a: String type. Group: common
      Returns:
      the name of the header irc.target.
    • ircSendto

      public String ircSendto()
      The nickname or channel the message should be sent to. The option is a: String type. Group: common
      Returns:
      the name of the header irc.sendTo.
    • ircUserKicked

      public String ircUserKicked()
      The nickname of the user who is kicked from a channel (passive). The option is a: String type. Group: common
      Returns:
      the name of the header irc.user.kicked.
    • ircUserHost

      public String ircUserHost()
      The host of the person who sent the line. The option is a: String type. Group: common
      Returns:
      the name of the header irc.user.host.
    • ircUserNick

      public String ircUserNick()
      The nickname of the person who sent the line or the server name of the server which sent the line. The option is a: String type. Group: common
      Returns:
      the name of the header irc.user.nick.
    • ircUserServername

      public String ircUserServername()
      The server name of the server which sent the line or the nickname of the person who sent the line. The option is a: String type. Group: common
      Returns:
      the name of the header irc.user.servername.
    • ircUserUsername

      public String ircUserUsername()
      The username of the person who sent the line. The option is a: String type. Group: common
      Returns:
      the name of the header irc.user.username.
    • ircNum

      public String ircNum()
      The numeric reply. The option is a: int type. Group: common
      Returns:
      the name of the header irc.num.
    • ircValue

      public String ircValue()
      The first part of the message. The option is a: String type. Group: common
      Returns:
      the name of the header irc.value.