|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRCMsg | |
---|---|
com.leafdigital.irc.api | The IRC api provides low-level support for the events and communication involved in connection with an IRC server. |
Uses of IRCMsg in com.leafdigital.irc.api |
---|
Subclasses of IRCMsg in com.leafdigital.irc.api | |
---|---|
class |
ChanActionIRCMsg
Action message (/me) |
class |
ChanCTCPRequestIRCMsg
Notice sent to a channel |
class |
ChanIRCMsg
IRC message sent to a channel |
class |
ChanMessageIRCMsg
Normal message sent to a channel |
class |
ChanModeIRCMsg
Mode change to a channel |
class |
ChanNoticeIRCMsg
Notice sent to a channel |
class |
ErrorIRCMsg
IRC 'error' message that is received when the server drops connection. |
class |
InviteIRCMsg
Invite message |
class |
JoinIRCMsg
JOIN to a channel |
class |
KickIRCMsg
Somebody is kicked from channel |
class |
NickIRCMsg
Nickname change |
class |
NumericIRCMsg
Numeric IRC message. |
class |
PartIRCMsg
Somebody leaves a channel |
class |
PingIRCMsg
IRC ping message |
class |
QuitIRCMsg
User quit |
class |
ServerIRCMsg
IRC message that has a server as prefix |
class |
ServerNoticeIRCMsg
Represents a server NOTICE |
class |
SilenceIRCMsg
Silence information |
class |
TopicIRCMsg
Shows the current/changed topic on channel |
class |
UnknownIRCMsg
Represents messages which could not be recognised |
class |
UserActionIRCMsg
Action message |
class |
UserCTCPRequestIRCMsg
CTCP request sent to a user |
class |
UserCTCPResponseIRCMsg
CTCP response from a user |
class |
UserIRCMsg
IRC message sent to a user |
class |
UserMessageIRCMsg
Message sent to a user |
class |
UserModeIRCMsg
User mode change |
class |
UserNoticeIRCMsg
Notice sent to a user |
class |
UserSourceIRCMsg
IRC message that has a user as prefix |
Methods in com.leafdigital.irc.api that return IRCMsg | |
---|---|
IRCMsg |
NumericIRCMsg.getSimilar()
If message is similar to a defined IRCMsg, that is returned here (to avoid duplication of the parsing code). |
Methods in com.leafdigital.irc.api with parameters of type IRCMsg | |
---|---|
void |
IRCMsg.init(IRCMsg base)
|
Constructors in com.leafdigital.irc.api with parameters of type IRCMsg | |
---|---|
NumericIRCMsg(java.lang.String sourceServer,
java.lang.String target,
int numeric,
IRCMsg similar)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |