|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.zerjio.JIRC.IRCMessage
com.zerjio.JIRC.ReplyMessage
com.zerjio.JIRC.RPL_ENDOFNAMESMessage
This class represents a RPL_ENDOFNAMES message that is send over an IRC Connection.
It is recommended to take a look to the RFC 1459 to know what this message means, its exact format and how to handle it.
Constructor Summary | |
RPL_ENDOFNAMESMessage(java.lang.String prefix,
java.lang.String params)
Constructs a RPL_ENDOFNAMES message with a prefix and its parameters. |
Method Summary | |
java.lang.String |
getChannelName()
Returns the channel name of the RPL_ENDOFNAMES message. |
Methods inherited from class com.zerjio.JIRC.ReplyMessage |
getComment, getName, getReplyingString |
Methods inherited from class com.zerjio.JIRC.IRCMessage |
asString, asStringWithoutPrefix, getCommand, getHost, getMustBeDiscarded, getNick, getParams, getPrefix, getUsedCount, getUser, isUsed, markAsUsed, mustBeDiscarded |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RPL_ENDOFNAMESMessage(java.lang.String prefix, java.lang.String params)
command
will be 366
.
prefix
- The RPL_ENDOFNAMES message prefix.params
- The RPL_ENDOFNAMES message parameters.Method Detail |
public java.lang.String getChannelName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |