|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutCommand | |
---|---|
f00f.net.irc.martyr | |
f00f.net.irc.martyr.commands | |
f00f.net.irc.martyr.dcc |
Uses of OutCommand in f00f.net.irc.martyr |
---|
Methods in f00f.net.irc.martyr with parameters of type OutCommand | |
---|---|
void |
CommandSender.sendCommand(OutCommand command)
|
void |
IRCConnection.sendCommand(OutCommand command)
Accepts a command to be sent. |
Constructors in f00f.net.irc.martyr with parameters of type OutCommand | |
---|---|
TimerTaskCommand(IRCConnection conn,
OutCommand cmd)
|
Uses of OutCommand in f00f.net.irc.martyr.commands |
---|
Classes in f00f.net.irc.martyr.commands that implement OutCommand | |
---|---|
class |
AbstractCommand
Defines a generic command. |
class |
ActionCtcp
ActionCtcp allows the application to do a '/me'. |
class |
AwayCommand
Defines the AWAY message which is used to indicate that you are or are not away from the keyboard. |
class |
ChannelModeCommand
Defines the ChannelMode command. |
class |
CtcpMessage
This facilitates the sending and receiving of CTCP messages. |
class |
CtcpNotice
This facilitates the sending and receiving of CTCP messages. |
class |
InviteCommand
|
class |
IsonCommand
Defines the ISON command, which is used to determine if a user or a list of users is online. |
class |
JoinCommand
Defines JOIN command. |
class |
KickCommand
Defines KICK command. |
class |
ListCommand
Defines the LIST command, which is used to get the topic and member count of certain channels, or all of them. |
class |
MessageCommand
Defines the PRIVMSG command. |
class |
ModeCommand
Defines MODE command. |
class |
NamesCommand
Defines the NAMES command, which is used to get the members of certain channels, or all of them. |
class |
NickCommand
Defines NICK command. |
class |
NoticeCommand
Defines the NOTICE command. |
class |
PartCommand
Defines PART command. |
class |
PassCommand
Defines PASS command, optional part of the handshake to register on the network. |
class |
PingCommand
Defines the PING command. |
class |
PongCommand
Defines the PONG command. |
class |
QuitCommand
Defines QUIT command. |
class |
RawCommand
|
class |
TopicCommand
|
class |
UserCommand
Defines USER command, part of the handshake to register on the network. |
class |
UserModeCommand
Defines a user MODE command. |
class |
WhoisCommand
Implements a WHOIS command, to query details about a user. |
Uses of OutCommand in f00f.net.irc.martyr.dcc |
---|
Classes in f00f.net.irc.martyr.dcc that implement OutCommand | |
---|---|
class |
ChatRequestCommand
ChatRequestCommand sets up a socket to listen for a dcc connection and then sends a request to chat to the indicated party. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |