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 Summary
Constructors Constructor Description IrcHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringircMessagetype()The type of message.StringircNum()The numeric reply.StringircSendto()The nickname or channel the message should be sent to.StringircTarget()The target.StringircUserHost()The host of the person who sent the line.StringircUserKicked()The nickname of the user who is kicked from a channel (passive).StringircUserNick()The nickname of the person who sent the line or the server name of the server which sent the line.StringircUserServername()The server name of the server which sent the line or the nickname of the person who sent the line.StringircUserUsername()The username of the person who sent the line.StringircValue()The first part of the message.
-
-
-
Method Detail
-
ircMessagetype
public String ircMessagetype()
The type of message. The option is a:Stringtype. Group: common- Returns:
- the name of the header
irc.messageType.
-
ircTarget
public String ircTarget()
The target. The option is a:Stringtype. 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:Stringtype. 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:Stringtype. 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:Stringtype. 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:Stringtype. 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:Stringtype. 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:Stringtype. Group: common- Returns:
- the name of the header
irc.user.username.
-
ircNum
public String ircNum()
The numeric reply. The option is a:inttype. Group: common- Returns:
- the name of the header
irc.num.
-
ircValue
public String ircValue()
The first part of the message. The option is a:Stringtype. Group: common- Returns:
- the name of the header
irc.value.
-
-