|
|||||||||
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_CHANNELMODEISMessage
This class represents a RPL_CHANNELMODEIS 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_CHANNELMODEISMessage(java.lang.String prefix,
java.lang.String params)
Constructs a RPL_CHANNELMODEIS message with a prefix and its parameters. |
Method Summary | |
java.lang.String |
getChannelName()
Returns the channel name of the RPL_CHANNELMODEIS message. |
boolean |
getI()
Gets if the i mode is active. |
boolean |
getK()
Gets if the k mode is active. |
java.lang.String |
getKey()
Gets the key of the channel. |
boolean |
getL()
Gets if the l mode is active. |
int |
getLimit()
Gets the limit of users. |
boolean |
getM()
Gets if the m mode is active. |
boolean |
getN()
Gets if the n mode is active. |
boolean |
getP()
Gets if the p mode is active. |
boolean |
getS()
Gets if the s mode is active. |
boolean |
getT()
Gets if the t mode is active. |
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_CHANNELMODEISMessage(java.lang.String prefix, java.lang.String params)
command
will be 324
.
prefix
- The RPL_CHANNELMODEIS message prefix.params
- The RPL_CHANNELMODEIS message parameters.Method Detail |
public boolean getN()
true
if the n mode is active.
false
otherwise.public boolean getT()
true
if the t mode is active.
false
otherwise.public boolean getI()
true
if the i mode is active.
false
otherwise.public boolean getL()
true
if the l mode is active.
false
otherwise.public boolean getP()
true
if the p mode is active.
false
otherwise.public boolean getS()
true
if the s mode is active.
false
otherwise.public boolean getK()
true
if the k mode is active.
false
otherwise.public boolean getM()
true
if the m mode is active.
false
otherwise.public int getLimit()
-1
if not specifiedpublic java.lang.String getKey()
""
if not specifiedpublic java.lang.String getChannelName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |