|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AutoQUITMessage
listener.AutoQUITMessage
that has been
recieved.
AutoQUITListener
.
ErrorListener
.
JOINListener
.
MODEListener
.
MsgListener
.
NAMESListener
.
NICKListener
.
PARTListener
.
PINGListener
.
PRIVMSGListener
.
PRIVMSGListener
.
QUITListener
.
ReplyMsgListener
.
TOPICListener
.
ErrorMessage
listener.ErrorMessage
that has been
generated.
String
that represent the modes that have been changed.
read()
and write(...)
- IRCMessage - class com.zerjio.JIRC.IRCMessage.
- This class represents a basic message that is send over an IRC Connection.
- IRCMessage(String, String, String) -
Constructor for class com.zerjio.JIRC.IRCMessage
- Constructs a general IRC message with a prefix, a command and its parameters.
- isChannel(String) -
Static method in class com.zerjio.JIRC.Utils
- Returns if a string is the name of a channel (begins with # or &).
- isClosed() -
Method in class com.zerjio.JIRC.IRCClient
- Returns if the connection is closed.
- isClosed() -
Method in class com.zerjio.JIRC.IRCConnection
- Checks if the connection is closed.
- isCommand(String) -
Static method in class com.zerjio.JIRC.Utils
- Returns if a string begins with a '/' and should be recognized as a command.
- isReplyMessage(String) -
Static method in class com.zerjio.JIRC.Utils
- Checks if a command string is a reply message command (a 3 digit number).
- isUsed() -
Method in class com.zerjio.JIRC.IRCMessage
- Returns if the IRC message has been previously used.
JOINMessage
listener.JOINMessage
that has been
recieved.
true
if it listens to the particular reply code and
false
otherwise.
true
to listen to every reply message.
true
if it listens to the particular channel and
false
otherwise.
true
if it listens to the particular channel or user and
false
otherwise.
true
if it listens to the particular channel and
false
otherwise.
true
if it listens to the particular channel and
false
otherwise.
true
if it listens to the particular receiver and
false
otherwise.
true
if it listens to the particular channel and
false
otherwise.
MODEMessage
and RPL_CHANNELMODEISMessage
listener.MODEMessage
that has been
recieved.
IRCMessage
that has been
recieved.
IRCMessage
received.
RPL_NAMEREPLYMessage
, RPL_ENDOFNAMESMessage
listener.NICKMessage
listener.NICKMessage
that has been
recieved.
PARTMessage
listener.PARTMessage
that has been
recieved.
PINGMessage
listener.PINGMessage
that has been
recieved.
PINGMessage
by sending a PONG message with the same
parameters as the PINGMessage
has.
PRIVMSGMessage
listener.PRIVMSGMessage
that has been
recieved.
QUITMessage
listener.QUITMessage
that has been
recieved.
RPL_CHANNELMODEISMessage
that has been
recieved.
RPL_ENDOFNAMESMessage
that has been recieved.
RPL_NAMEREPLYMessage
that has been recieved.
RPL_NOTOPICMessage
that has been recieved.
RPL_TOPICMessage
that has been recieved.
ReplyMessage
listener.AutoQUITListener
s that have been previously added.
ErrorListener
s that have been previously added.
JOINListener
s that have been previously added.
MODEListener
s that have been previously added.
MsgListener
s that have been previously added.
NAMESListener
s that have been previously added.
NICKListener
s that have been previously added.
PARTListener
s that have been previously added.
PINGListener
s that have been previously added.
PRIVMSGListener
s that have been previously added.
QUITListener
s that have been previously added.
ReplyMsgListener
s that have been previously added.
TOPICListener
s that have been previously added.
AutoQUITListener
that has been previously added.
ErrorListener
that has been previously added.
JOINListener
that has been previously added.
MODEListener
that has been previously added.
MsgListener
that has been previously added.
NAMESListener
that has been previously added.
NICKListener
that has been previously added.
PARTListener
that has been previously added.
PINGListener
that has been previously added.
PRIVMSGListener
that has been previously added.
QUITListener
that has been previously added.
ReplyMsgListener
that has been previously added.
TOPICListener
that has been previously added.
ReplyMessage
that has been
recieved.
ReplyMessage
.
MsgListener
that only prints every IRC message that
it receives.SimpleMsgListener
that will print the IRC messages
as they are, including their prefix.
SimpleMsgListener
that will print the IRC messages
with or without printing the prefix (depending on the parameters).
PINGListener
that replies with a PONG message every time
it receives a PINGMessage
.SimplePINGListener
.
SimplePINGListener
.
ReplyMsgListener
that prints the information available about
every ReplyMessage
that is received.IRCMessage
to the IRC server.
TOPICMessage
, RPL_NOTOPICMessage
and RPL_TOPICMessage
listener.TOPICMessage
that has been recieved.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |