A B C D E F G H I J K L M N O P Q R S T U V W Y

A

A_FAQ - Class in f00f.net.irc.martyr
Some Frequenty Asked Questions.
AbstractCommand - Class in f00f.net.irc.martyr.commands
Defines a generic command.
AbstractCommand() - Constructor for class f00f.net.irc.martyr.commands.AbstractCommand
 
AbstractInCommand - Class in f00f.net.irc.martyr.commands
Defines a generic command.
AbstractInCommand() - Constructor for class f00f.net.irc.martyr.commands.AbstractInCommand
 
AbstractInCommand(String[]) - Constructor for class f00f.net.irc.martyr.commands.AbstractInCommand
 
AbstractMartyrTest - Class in f00f.net.irc.martyr.test
JUnit test cases; superclass for martyr test cases to provide common functions.
AbstractMartyrTest() - Constructor for class f00f.net.irc.martyr.test.AbstractMartyrTest
 
AbstractWhoisReply - Class in f00f.net.irc.martyr.replies
 
AbstractWhoisReply() - Constructor for class f00f.net.irc.martyr.replies.AbstractWhoisReply
Factory constructor.
AbstractWhoisReply(String) - Constructor for class f00f.net.irc.martyr.replies.AbstractWhoisReply
 
ActionCtcp - Class in f00f.net.irc.martyr.commands
ActionCtcp allows the application to do a '/me'.
ActionCtcp(String, String) - Constructor for class f00f.net.irc.martyr.commands.ActionCtcp
 
addChannel(String) - Method in class f00f.net.irc.martyr.clientstate.ClientState
Adds a channel to the list of channels we know about.
addChannel(Channel) - Method in class f00f.net.irc.martyr.clientstate.ClientState
 
addCommand(String, InCommand) - Method in class f00f.net.irc.martyr.CommandRegister
 
addCommandObserver(Observer) - Method in class f00f.net.irc.martyr.IRCConnection
 
addMember(Member) - Method in class f00f.net.irc.martyr.clientstate.Channel
 
addMember(String, Command) - Method in class f00f.net.irc.martyr.clientstate.Channel
Deprecated. Use addMember( String, InCommand ) instead.
addMember(String, InCommand) - Method in class f00f.net.irc.martyr.clientstate.Channel
Adds the member to the channel.
addMember(FullNick, Command) - Method in class f00f.net.irc.martyr.clientstate.Channel
Deprecated. Use addMember( FullNick, InCommand ) intead.
addMember(FullNick, InCommand) - Method in class f00f.net.irc.martyr.clientstate.Channel
 
addObserver(Observer) - Method in class f00f.net.irc.martyr.ForwardObservable
 
addStateObserver(Observer) - Method in class f00f.net.irc.martyr.IRCConnection
 
AlreadyRegisteredError - Class in f00f.net.irc.martyr.errors
Code: 462 ERR_ALREADYREGISTERED :You may not reregister Returned by the server to any link which tries to change part of the registered details (such as password or user details from second USER message).
AlreadyRegisteredError() - Constructor for class f00f.net.irc.martyr.errors.AlreadyRegisteredError
 
AlreadyRegisteredError(String) - Constructor for class f00f.net.irc.martyr.errors.AlreadyRegisteredError
 
AnonChannelMode - Class in f00f.net.irc.martyr.modes.channel
The channel flag 'a' defines an anonymous channel.
AnonChannelMode() - Constructor for class f00f.net.irc.martyr.modes.channel.AnonChannelMode
 
areEqual(String, String) - Static method in class f00f.net.irc.martyr.clientstate.Channel
Compares the two channel names for equality.
attributes - Variable in class f00f.net.irc.martyr.commands.AbstractInCommand
 
authorizeConnect(DccType, String, InetAddress, int, int) - Method in class f00f.net.irc.martyr.dcc.AutoDccSetup
This is called after parsing the request to find out if the connection should be performed.
AutoDccSetup - Class in f00f.net.irc.martyr.dcc
AutoDccSetup enables an application to "listen" for when another client is offering a DCC connection to us.
AutoDccSetup(IRCConnection) - Constructor for class f00f.net.irc.martyr.dcc.AutoDccSetup
 
AutoJoin - Class in f00f.net.irc.martyr.services
AutoJoin joins a group if the IRCConnection is ready.
AutoJoin(IRCConnection, String) - Constructor for class f00f.net.irc.martyr.services.AutoJoin
 
AutoJoin(IRCConnection, String, String) - Constructor for class f00f.net.irc.martyr.services.AutoJoin
 
AutoReconnect - Class in f00f.net.irc.martyr.services
AutoReconnect performs the job of reconnecting to the server, if the connection is terminated unexpectedly.
AutoReconnect(IRCConnection, int, int, boolean) - Constructor for class f00f.net.irc.martyr.services.AutoReconnect
 
AutoReconnect(IRCConnection, int, int) - Constructor for class f00f.net.irc.martyr.services.AutoReconnect
 
AutoReconnect(IRCConnection) - Constructor for class f00f.net.irc.martyr.services.AutoReconnect
Initializes with reasonable defaults.
AutoRegister - Class in f00f.net.irc.martyr.services
AutoRegister performs the task of registering the user with the server once connected, including finding an appropriate nickname to use if the desired one is taken.
AutoRegister(IRCConnection, String, String, String) - Constructor for class f00f.net.irc.martyr.services.AutoRegister
 
AutoRegister(IRCConnection, String, String, String, String) - Constructor for class f00f.net.irc.martyr.services.AutoRegister
 
AutoResponder - Class in f00f.net.irc.martyr.services
AutoResponder is where commands that should be auto-responded (such as PING-PONG) should go.
AutoResponder(IRCConnection) - Constructor for class f00f.net.irc.martyr.services.AutoResponder
 
AwayCommand - Class in f00f.net.irc.martyr.commands
Defines the AWAY message which is used to indicate that you are or are not away from the keyboard.
AwayCommand() - Constructor for class f00f.net.irc.martyr.commands.AwayCommand
A blank AWAY command indicates that you are no longer away.
AwayCommand(String) - Constructor for class f00f.net.irc.martyr.commands.AwayCommand
An AWAY command with a message indicates that you are in fact away.
AwayReply - Class in f00f.net.irc.martyr.replies
Signals an automated AWAY message received as a response to a PRIVMSG that was sent out.
AwayReply() - Constructor for class f00f.net.irc.martyr.replies.AwayReply
Factory constructor.
AwayReply(String, String) - Constructor for class f00f.net.irc.martyr.replies.AwayReply
 

B

BanMode - Class in f00f.net.irc.martyr.modes.channel
Channel Ban and Exception - When a user requests to join a channel, his local server checks if the user's address matches any of the ban masks set for the channel.
BanMode() - Constructor for class f00f.net.irc.martyr.modes.channel.BanMode
 

C

cancel() - Method in class f00f.net.irc.martyr.TimerTaskCommand
 
CannotSendToChanError - Class in f00f.net.irc.martyr.errors
Code: 404 ERR_CANNOTSENDTOCHAN <channel name> :Cannot send to channel Sent to a user who is either (a) not on a channel which is mode +n or (b) not a chanop (or mode +v) on a channel which has mode +m set and is trying to send a PRIVMSG message to that channel.
CannotSendToChanError() - Constructor for class f00f.net.irc.martyr.errors.CannotSendToChanError
 
CannotSendToChanError(String, String) - Constructor for class f00f.net.irc.martyr.errors.CannotSendToChanError
 
CantKillServerError - Class in f00f.net.irc.martyr.errors
Code: 483 ERR_CANTKILLSERVER :You can't kill a server! Any attempts to use the KILL command on a server are to be refused and this error returned directly to the client.
CantKillServerError() - Constructor for class f00f.net.irc.martyr.errors.CantKillServerError
 
CantKillServerError(String) - Constructor for class f00f.net.irc.martyr.errors.CantKillServerError
 
Channel - Class in f00f.net.irc.martyr.clientstate
Channel is simply a repository for information about a channel.
Channel(String) - Constructor for class f00f.net.irc.martyr.clientstate.Channel
 
ChannelBannedError - Class in f00f.net.irc.martyr.errors
Code: 474 ERR_BANNEDFROMCHAN <channel> :Cannot join channel (+b)
ChannelBannedError() - Constructor for class f00f.net.irc.martyr.errors.ChannelBannedError
 
ChannelBannedError(String, String) - Constructor for class f00f.net.irc.martyr.errors.ChannelBannedError
 
ChannelCreationReply - Class in f00f.net.irc.martyr.replies
ChannelCreationReply sets the creation time of the channel.
ChannelCreationReply() - Constructor for class f00f.net.irc.martyr.replies.ChannelCreationReply
For use as a factory.
ChannelCreationReply(String, Date) - Constructor for class f00f.net.irc.martyr.replies.ChannelCreationReply
 
ChannelInviteOnlyError - Class in f00f.net.irc.martyr.errors
Code: 473 ERR_INVITEONLYCHAN <channel> :Cannot join channel (+i)
ChannelInviteOnlyError() - Constructor for class f00f.net.irc.martyr.errors.ChannelInviteOnlyError
 
ChannelInviteOnlyError(String, String) - Constructor for class f00f.net.irc.martyr.errors.ChannelInviteOnlyError
 
ChannelLimitError - Class in f00f.net.irc.martyr.errors
Code: 471 ERR_CHANNELISFULL <channel> :Cannot join channel (+l)
ChannelLimitError() - Constructor for class f00f.net.irc.martyr.errors.ChannelLimitError
 
ChannelLimitError(String, String) - Constructor for class f00f.net.irc.martyr.errors.ChannelLimitError
 
ChannelModeCommand - Class in f00f.net.irc.martyr.commands
Defines the ChannelMode command.
ChannelModeCommand(String, String, StringTokenizer) - Constructor for class f00f.net.irc.martyr.commands.ChannelModeCommand
For receiving a mode command.
ChannelModeCommand(String) - Constructor for class f00f.net.irc.martyr.commands.ChannelModeCommand
For sending a mode discovery.
channels - Variable in class f00f.net.irc.martyr.clientstate.ClientState
 
ChannelWrongKeyError - Class in f00f.net.irc.martyr.errors
Code: 475 ERR_BADCHANNELKEY <channel> :Cannot join channel (+k)
ChannelWrongKeyError() - Constructor for class f00f.net.irc.martyr.errors.ChannelWrongKeyError
 
ChannelWrongKeyError(String, String) - Constructor for class f00f.net.irc.martyr.errors.ChannelWrongKeyError
 
ChanOPrivsNeededError - Class in f00f.net.irc.martyr.errors
Code: 482 ERR_CHANOPRIVSNEEDED <channel> :You're not channel operator Any command requiring 'chanop' privileges (such as MODE messages) must return this error if the client making the attempt is not a chanop on the specified channel.
ChanOPrivsNeededError() - Constructor for class f00f.net.irc.martyr.errors.ChanOPrivsNeededError
 
ChanOPrivsNeededError(String, String) - Constructor for class f00f.net.irc.martyr.errors.ChanOPrivsNeededError
 
CHAT - Static variable in class f00f.net.irc.martyr.dcc.DccType
 
ChatRequestCommand - Class in f00f.net.irc.martyr.dcc
ChatRequestCommand sets up a socket to listen for a dcc connection and then sends a request to chat to the indicated party.
ChatRequestCommand(IRCConnection, String, DccChatHandler) - Constructor for class f00f.net.irc.martyr.dcc.ChatRequestCommand
 
ChatRequestCommand(InetAddress, String, DccChatHandler, int) - Constructor for class f00f.net.irc.martyr.dcc.ChatRequestCommand
 
clearChanged() - Method in class f00f.net.irc.martyr.ForwardObservable
 
ClientState - Class in f00f.net.irc.martyr.clientstate
Maintains a list of client-related facts such as what channels we are in, who else is in the channels, what our nick is, etc.
ClientState() - Constructor for class f00f.net.irc.martyr.clientstate.ClientState
 
ClientStateMonitor - Class in f00f.net.irc.martyr
ClientStateMonitor asks commands to update the client state.
Command - Interface in f00f.net.irc.martyr
Defines an object which is a command, either incoming or outgoing.
CommandObserver - Class in f00f.net.irc.martyr
 
CommandObserver() - Constructor for class f00f.net.irc.martyr.CommandObserver
 
CommandRegister - Class in f00f.net.irc.martyr
CommandRegister is basically a big hashtable that maps IRC identifiers to command objects that can be used as factories to do self-parsing.
CommandRegister() - Constructor for class f00f.net.irc.martyr.CommandRegister
 
CommandSender - Interface in f00f.net.irc.martyr
A CommandSender can accept an OutCommand and do something with it (such as send it to the server, or send it on to another CommandSender).
connect(String, int) - Method in class f00f.net.irc.martyr.IRCConnection
Performs a standard connection to the server and port.
connect(Socket, String) - Method in class f00f.net.irc.martyr.IRCConnection
This allows the developer to provide a pre-connected socket, ready for use.
connect() - Method in class f00f.net.irc.martyr.services.AutoReconnect
Attempts a single connection to the server.
connect(String, int) - Method in class f00f.net.irc.martyr.services.AutoReconnect
Attempts a single connection to the server.
connect(String, int) - Method in class f00f.net.irc.martyr.test.DccTestBot
 
connect(String, int) - Method in class f00f.net.irc.martyr.test.IRCConsole
 
connection - Variable in class f00f.net.irc.martyr.GenericCommandAutoService
 
convertToHTML(String) - Static method in class f00f.net.irc.martyr.util.IRCStringUtils
Returns the message with all formatting characters converted into associated html characters.
create(String, String) - Method in class f00f.net.irc.martyr.errors.ChannelBannedError
 
create(String, String) - Method in class f00f.net.irc.martyr.errors.ChannelInviteOnlyError
 
create(String, String) - Method in class f00f.net.irc.martyr.errors.ChannelLimitError
 
create(String, String) - Method in class f00f.net.irc.martyr.errors.ChannelWrongKeyError
 
create(String, String) - Method in class f00f.net.irc.martyr.errors.GenericJoinError
 
CronManager - Class in f00f.net.irc.martyr
 
CronManager() - Constructor for class f00f.net.irc.martyr.CronManager
 
CTCP_TAG_DELIM - Static variable in class f00f.net.irc.martyr.util.CtcpUtil
 
CtcpMessage - Class in f00f.net.irc.martyr.commands
This facilitates the sending and receiving of CTCP messages.
CtcpMessage(String, String) - Constructor for class f00f.net.irc.martyr.commands.CtcpMessage
Use this to send a CTCP message.
CtcpMessage(String, String, String) - Constructor for class f00f.net.irc.martyr.commands.CtcpMessage
 
CtcpMessage(FullNick, String, String) - Constructor for class f00f.net.irc.martyr.commands.CtcpMessage
This is only to be called by MessageCommand, as a way of receiving a Ctcp message.
CtcpNotice - Class in f00f.net.irc.martyr.commands
This facilitates the sending and receiving of CTCP messages.
CtcpNotice(String, String) - Constructor for class f00f.net.irc.martyr.commands.CtcpNotice
Use this to send a CTCP message.
CtcpNotice(String, String, String) - Constructor for class f00f.net.irc.martyr.commands.CtcpNotice
 
CtcpNotice(FullNick, String, String) - Constructor for class f00f.net.irc.martyr.commands.CtcpNotice
This is only to be called by MessageCommand, as a way of receiving a Ctcp message.
CtcpUtil - Class in f00f.net.irc.martyr.util
 
CtcpUtil() - Constructor for class f00f.net.irc.martyr.util.CtcpUtil
 
CtcpUtil.CtcpTokenizer - Class in f00f.net.irc.martyr.util
Parses the string into tokens, where each token is either a CTCP escaped sequence or not.
CtcpUtil.CtcpTokenizer(String) - Constructor for class f00f.net.irc.martyr.util.CtcpUtil.CtcpTokenizer
 

D

DccChatHandler - Class in f00f.net.irc.martyr.dcc
 
DccChatHandler(Socket) - Constructor for class f00f.net.irc.martyr.dcc.DccChatHandler
 
DccChatHandler() - Constructor for class f00f.net.irc.martyr.dcc.DccChatHandler
 
DccException - Exception in f00f.net.irc.martyr.dcc
 
DccException(String) - Constructor for exception f00f.net.irc.martyr.dcc.DccException
 
DccSendHandler - Class in f00f.net.irc.martyr.dcc
A DccSendHandler manages a DCC "send" (to us) file transfer.
DccSendHandler(Socket, String, int) - Constructor for class f00f.net.irc.martyr.dcc.DccSendHandler
 
DccTestBot - Class in f00f.net.irc.martyr.test
The DccTestBot waits for DCC connections and establishes connections on request, see the source for how it is done.
DccTestBot(String) - Constructor for class f00f.net.irc.martyr.test.DccTestBot
 
DccType - Class in f00f.net.irc.martyr.dcc
 
DEFAULT_CONNECT_SLEEPTIME - Static variable in class f00f.net.irc.martyr.services.AutoReconnect
 
DEFAULT_DISABLE_ON_QUIT - Static variable in class f00f.net.irc.martyr.services.AutoReconnect
 
DEFAULT_MAX_ATTEMPTS - Static variable in class f00f.net.irc.martyr.services.AutoReconnect
 
deleteObserver(Observer) - Method in class f00f.net.irc.martyr.ForwardObservable
 
disable() - Method in class f00f.net.irc.martyr.ClientStateMonitor
 
disable() - Method in class f00f.net.irc.martyr.GenericAutoService
 
disable() - Method in class f00f.net.irc.martyr.GenericCommandAutoService
 
disable() - Method in class f00f.net.irc.martyr.services.AutoResponder
 
disconnect() - Method in class f00f.net.irc.martyr.IRCConnection
Orders the socket to disconnect.
doConnectionLoop() - Method in class f00f.net.irc.martyr.services.AutoReconnect
Calls connect() followed by failedToConnect(...) until a connection is made.
doConnectionLoop(String, int) - Method in class f00f.net.irc.martyr.services.AutoReconnect
Calls connect() followed by failedToConnect(...) until a connection is made, or the service is disabled.

E

enable() - Method in class f00f.net.irc.martyr.ClientStateMonitor
 
enable() - Method in class f00f.net.irc.martyr.GenericAutoService
 
enable() - Method in class f00f.net.irc.martyr.GenericCommandAutoService
 
enable() - Method in class f00f.net.irc.martyr.services.AutoResponder
 
enabled - Variable in class f00f.net.irc.martyr.GenericCommandAutoService
 
equals(Member) - Method in class f00f.net.irc.martyr.clientstate.Member
Does a nick-wise compare.
equals(FullNick) - Method in class f00f.net.irc.martyr.clientstate.Member
 
equals(Object) - Method in class f00f.net.irc.martyr.clientstate.Member
 
equals(Object) - Method in class f00f.net.irc.martyr.modes.GenericMode
 
equals(String) - Method in class f00f.net.irc.martyr.util.FullNick
Performs case insesitive equals on the nicks only.
equals(FullNick) - Method in class f00f.net.irc.martyr.util.FullNick
 
equals(Object) - Method in class f00f.net.irc.martyr.util.FullNick
 
ErroneusNicknameError - Class in f00f.net.irc.martyr.errors
Code: 432 ERR_ERRONEUSNICKNAME <nick> :Erroneus nickname Returned after receiving a NICK message which contains characters which do not fall in the defined set.
ErroneusNicknameError() - Constructor for class f00f.net.irc.martyr.errors.ErroneusNicknameError
 
ErroneusNicknameError(FullNick, String) - Constructor for class f00f.net.irc.martyr.errors.ErroneusNicknameError
 
ExceptionMode - Class in f00f.net.irc.martyr.modes.channel
Channel Ban and Exception - When a user requests to join a channel, his local server checks if the user's address matches any of the ban masks set for the channel.
ExceptionMode() - Constructor for class f00f.net.irc.martyr.modes.channel.ExceptionMode
 

F

f00f.net.irc.martyr - package f00f.net.irc.martyr
 
f00f.net.irc.martyr.clientstate - package f00f.net.irc.martyr.clientstate
 
f00f.net.irc.martyr.commands - package f00f.net.irc.martyr.commands
 
f00f.net.irc.martyr.dcc - package f00f.net.irc.martyr.dcc
 
f00f.net.irc.martyr.errors - package f00f.net.irc.martyr.errors
 
f00f.net.irc.martyr.modes - package f00f.net.irc.martyr.modes
 
f00f.net.irc.martyr.modes.channel - package f00f.net.irc.martyr.modes.channel
 
f00f.net.irc.martyr.modes.user - package f00f.net.irc.martyr.modes.user
 
f00f.net.irc.martyr.replies - package f00f.net.irc.martyr.replies
 
f00f.net.irc.martyr.services - package f00f.net.irc.martyr.services
 
f00f.net.irc.martyr.test - package f00f.net.irc.martyr.test
 
f00f.net.irc.martyr.util - package f00f.net.irc.martyr.util
 
failedToConnect(Exception) - Method in class f00f.net.irc.martyr.services.AutoReconnect
Called when a failure to connect occurs.
FileErrorError - Class in f00f.net.irc.martyr.errors
Code: 424 ERR_FILEERROR :File error doing <file op> on <file> Generic error message used to report a failed file operation during the processing of a message.
FileErrorError() - Constructor for class f00f.net.irc.martyr.errors.FileErrorError
 
FileErrorError(String) - Constructor for class f00f.net.irc.martyr.errors.FileErrorError
 
finalFailure() - Method in class f00f.net.irc.martyr.services.AutoReconnect
Called when the final failure has occurred.
findMember(String) - Method in class f00f.net.irc.martyr.clientstate.Channel
Finds the Member object associated with a specific nick.
findMember(Member) - Method in class f00f.net.irc.martyr.clientstate.Channel
 
ForwardObservable - Class in f00f.net.irc.martyr
Does notifications in the order they are added.
ForwardObservable() - Constructor for class f00f.net.irc.martyr.ForwardObservable
 
FullNick - Class in f00f.net.irc.martyr.util
Parses out a full nick (ex: sork<exclaimation>sork<at>f00f.net) and stores it for use.
FullNick(String) - Constructor for class f00f.net.irc.martyr.util.FullNick
 

G

GenericAutoService - Class in f00f.net.irc.martyr
Provides a framework for an auto service.
GenericAutoService(IRCConnection) - Constructor for class f00f.net.irc.martyr.GenericAutoService
 
GenericChannelMask - Class in f00f.net.irc.martyr.modes.channel
'Masks' and other modes that can have multiple copies in a channel at once should subclass this.
GenericChannelMask() - Constructor for class f00f.net.irc.martyr.modes.channel.GenericChannelMask
 
GenericChannelMode - Class in f00f.net.irc.martyr.modes.channel
A generic channel mode will be recorded in the channel, and there will be one per channel.
GenericChannelMode() - Constructor for class f00f.net.irc.martyr.modes.channel.GenericChannelMode
 
GenericCommandAutoService - Class in f00f.net.irc.martyr
Provides a framework for an auto service that operates with InCommands.
GenericCommandAutoService(IRCConnection) - Constructor for class f00f.net.irc.martyr.GenericCommandAutoService
 
GenericError - Class in f00f.net.irc.martyr.errors
Defines what an error is.
GenericError() - Constructor for class f00f.net.irc.martyr.errors.GenericError
 
GenericJoinError - Class in f00f.net.irc.martyr.errors
 
GenericJoinError() - Constructor for class f00f.net.irc.martyr.errors.GenericJoinError
 
GenericJoinError(String, String) - Constructor for class f00f.net.irc.martyr.errors.GenericJoinError
 
GenericMode - Class in f00f.net.irc.martyr.modes
GenericNode uses the character to specify the hash code.
GenericMode() - Constructor for class f00f.net.irc.martyr.modes.GenericMode
 
GenericReply - Class in f00f.net.irc.martyr.replies
Defines what a reply is.
GenericReply() - Constructor for class f00f.net.irc.martyr.replies.GenericReply
 
GenericStringReply - Class in f00f.net.irc.martyr.replies
 
GenericStringReply() - Constructor for class f00f.net.irc.martyr.replies.GenericStringReply
 
GenericStringReply(String) - Constructor for class f00f.net.irc.martyr.replies.GenericStringReply
 
GenericUserMode - Class in f00f.net.irc.martyr.modes.user
 
GenericUserMode() - Constructor for class f00f.net.irc.martyr.modes.user.GenericUserMode
 
getAction() - Method in class f00f.net.irc.martyr.commands.CtcpMessage
Returns the action of this CTCP.
getAction() - Method in class f00f.net.irc.martyr.commands.CtcpNotice
Returns the action of this CTCP.
getActionStr(String) - Static method in class f00f.net.irc.martyr.commands.CtcpMessage
Given a stripped CTCP message, returns the ctcp action string.
getActionStr(String) - Static method in class f00f.net.irc.martyr.commands.CtcpNotice
Given a stripped CTCP message, returns the ctcp action string.
getAttribute(String) - Method in class f00f.net.irc.martyr.commands.AbstractInCommand
 
getAttribute(String) - Method in class f00f.net.irc.martyr.commands.ModeCommand
 
getAttribute(String) - Method in interface f00f.net.irc.martyr.InCommand
Returns the attribute, or null if the attribute does not exist, or is not defined.
getAttributeKeys() - Method in class f00f.net.irc.martyr.commands.AbstractInCommand
 
getAttributeKeys() - Method in class f00f.net.irc.martyr.commands.ModeCommand
 
getAttributeKeys() - Method in interface f00f.net.irc.martyr.InCommand
Returns an iterator of String objects over the attribute names for this command.
getChannel(String) - Method in class f00f.net.irc.martyr.clientstate.ClientState
 
getChannel() - Method in class f00f.net.irc.martyr.commands.ChannelModeCommand
 
getChannel() - Method in class f00f.net.irc.martyr.commands.InviteCommand
 
getChannel() - Method in class f00f.net.irc.martyr.commands.JoinCommand
 
getChannel() - Method in class f00f.net.irc.martyr.commands.KickCommand
 
getChannel() - Method in class f00f.net.irc.martyr.commands.PartCommand
 
getChannel() - Method in class f00f.net.irc.martyr.commands.TopicCommand
 
getChannel() - Method in class f00f.net.irc.martyr.errors.CannotSendToChanError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.ChanOPrivsNeededError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.GenericJoinError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.KeySetError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.NoSuchChannelError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.NotOnChannelError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.TooManyChannelsError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.UserNotInChannelError
 
getChannel() - Method in class f00f.net.irc.martyr.errors.UserOnChannelError
 
getChannel() - Method in class f00f.net.irc.martyr.replies.ListReply
 
getChannel() - Method in class f00f.net.irc.martyr.replies.NamesEndReply
 
getChannel() - Method in class f00f.net.irc.martyr.replies.NamesReply
 
getChannel() - Method in class f00f.net.irc.martyr.replies.TopicInfoReply
 
getChannelNames() - Method in class f00f.net.irc.martyr.clientstate.ClientState
 
getChannels() - Method in class f00f.net.irc.martyr.clientstate.ClientState
 
getChannels() - Method in class f00f.net.irc.martyr.replies.WhoisChannelsReply
 
getChannelSet() - Method in class f00f.net.irc.martyr.replies.WhoisChannelsReply
 
getChar() - Method in interface f00f.net.irc.martyr.Mode
The character that represents this mode (ie o for operator)
getChar() - Method in class f00f.net.irc.martyr.modes.channel.AnonChannelMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.BanMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.ExceptionMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.InviteMaskMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.InviteOnlyMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.KeyMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.LimitMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.ModeratedMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.NoExtMsgMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.OperMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.PrivateMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.SecretMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.TopicLockMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.channel.VoiceMode
 
getChar() - Method in class f00f.net.irc.martyr.modes.user.InvisibleMode
 
getClientState() - Method in class f00f.net.irc.martyr.IRCConnection
 
getCommand(String) - Method in class f00f.net.irc.martyr.CommandRegister
 
getCommand() - Method in class f00f.net.irc.martyr.errors.LoadTooHighError
 
getCommand() - Method in class f00f.net.irc.martyr.errors.NeedMoreParamsError
 
getCommand() - Method in class f00f.net.irc.martyr.errors.UnknownCommandError
 
getCommandObject(String, String, String) - Method in class f00f.net.irc.martyr.IRCConnection
Given the three parts of an IRC command, generates an object to represent that command.
getCommandSender() - Method in class f00f.net.irc.martyr.IRCConnection
 
getComment() - Method in class f00f.net.irc.martyr.commands.KickCommand
 
getComment() - Method in class f00f.net.irc.martyr.errors.GenericJoinError
 
getComment() - Method in class f00f.net.irc.martyr.replies.NamesEndReply
 
getConnection() - Method in class f00f.net.irc.martyr.GenericCommandAutoService
 
getCreationDate() - Method in class f00f.net.irc.martyr.clientstate.Channel
 
getCronManager() - Method in class f00f.net.irc.martyr.IRCConnection
 
getDccChatHandler(Socket) - Method in class f00f.net.irc.martyr.dcc.AutoDccSetup
Returns a DCC chat handler.
getDccSendHandler(Socket, String, int) - Method in class f00f.net.irc.martyr.dcc.AutoDccSetup
Returns a DCC file "send" (receive to us) handler.
getDest() - Method in class f00f.net.irc.martyr.commands.IsonCommand
Retrieves the target of the ISON command
getDest() - Method in class f00f.net.irc.martyr.commands.MessageCommand
 
getDest() - Method in class f00f.net.irc.martyr.commands.NoticeCommand
 
getDest() - Method in class f00f.net.irc.martyr.errors.TooManyTargetsError
 
getError() - Method in class f00f.net.irc.martyr.errors.UnknownError
 
getErrorCode() - Method in class f00f.net.irc.martyr.errors.UnknownError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.AlreadyRegisteredError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.CannotSendToChanError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.CantKillServerError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.ChanOPrivsNeededError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.ErroneusNicknameError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.FileErrorError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.KeySetError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.LoadTooHighError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NeedMoreParamsError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NickCollisionError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NickInUseError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoAdminInfoError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoLoginError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoMotdError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoNicknameGivenError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoOperHostError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoOriginError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoPermForHostError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoPrivilegesError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoRecipientError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoSuchChannelError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoSuchNickError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoSuchServerError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoTextToSendError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NotOnChannelError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NoTopLevelError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.NotRegisteredError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.PasswdMismatchError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.SummonDisabledError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.TooManyChannelsError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.TooManyTargetsError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.UModeUnknownFlagError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.UnknownCommandError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.UnknownModeError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.UserNotInChannelError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.UserOnChannelError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.UsersDisabledError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.UsersDontMatchError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.WasNoSuchNickError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.WildTopLevelError
 
getErrorMessage() - Method in class f00f.net.irc.martyr.errors.YoureBannedCreepError
 
getFrom() - Method in class f00f.net.irc.martyr.commands.NoticeCommand
 
getHost() - Method in class f00f.net.irc.martyr.replies.WhoisUserReply
 
getHost() - Method in class f00f.net.irc.martyr.util.FullNick
 
getIdleTime() - Method in class f00f.net.irc.martyr.replies.WhoisIdleReply
 
getInstance(String) - Static method in class f00f.net.irc.martyr.dcc.DccType
 
getIntParameter(String, int, int) - Method in class f00f.net.irc.martyr.commands.AbstractInCommand
 
getIrcIdentifier() - Method in interface f00f.net.irc.martyr.Command
Returns the string IRC uses to identify this command.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.AwayCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.InviteCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.IsonCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.JoinCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.KickCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.ListCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.MessageCommand
Returns the string IRC uses to identify this command.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.ModeCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.NamesCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.NickCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.NoticeCommand
Returns the string IRC uses to identify this command.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.PartCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.PassCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.PingCommand
Returns the string IRC uses to identify this command.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.PongCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.QuitCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.RawCommand
Returns the identifier, if supplied, or null.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.TopicCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.UnknownCommand
Unknown, so we don't know what the identifier is ahead of time.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.UserCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.WelcomeCommand
Returns the string IRC uses to identify this command.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.commands.WhoisCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.dcc.ChatRequestCommand
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.AlreadyRegisteredError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.CannotSendToChanError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.CantKillServerError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.ChannelBannedError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.ChannelInviteOnlyError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.ChannelLimitError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.ChannelWrongKeyError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.ChanOPrivsNeededError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.ErroneusNicknameError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.FileErrorError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.KeySetError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.LoadTooHighError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NeedMoreParamsError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NickCollisionError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NickInUseError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoAdminInfoError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoLoginError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoMotdError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoNicknameGivenError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoOperHostError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoOriginError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoPermForHostError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoPrivilegesError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoRecipientError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoSuchChannelError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoSuchNickError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoSuchServerError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoTextToSendError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NotOnChannelError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NoTopLevelError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.NotRegisteredError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.PasswdMismatchError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.SummonDisabledError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.TooManyChannelsError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.TooManyTargetsError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UModeUnknownFlagError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UnknownCommandError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UnknownError
Unknown, so we don't know what the identifier is ahead of time.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UnknownModeError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UserNotInChannelError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UserOnChannelError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UsersDisabledError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.UsersDontMatchError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.WasNoSuchNickError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.WildTopLevelError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.errors.YoureBannedCreepError
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.AbstractWhoisReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.AwayReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.ChannelCreationReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.ListEndReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.ListReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.ListStartReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.LUserClientReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.LUserMeReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.LUserOpReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.ModeReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.NamesEndReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.NamesReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.NowAwayReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.TopicInfoReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.UnAwayReply
 
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.UnknownReply
Unknown, so we don't know what the identifier is ahead of time.
getIrcIdentifier() - Method in class f00f.net.irc.martyr.replies.