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

A

ACTION_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for an "action" ctcp command.
ADMIN - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query information about a server's administrator(s).
AWAY - Static variable in class net.jackofalltrades.irc.IrcConstants
command to set an automatic response while the user is away.
activateObject(Object) - Method in class net.jackofalltrades.util.PoolablePerl5UtilFactory
Activates an object as it's removed from the pool.
addConnectionListener(ConnectionListener) - Method in class net.jackofalltrades.irc.BaseConnection
Registers a ConnectionListener instance to listen for connected and disconnected events.
addDccDataListener(IrcCommandListener) - Method in class net.jackofalltrades.irc.dcc.BaseDccConnection
Registers an IrcCommandListener for all commands.
addEventListener(Class, EventListener) - Method in class net.jackofalltrades.irc.BaseConnection
Adds a java.util.EventListener to the registered list of listeners.
addIrcCommandListener(IrcCommandListener) - Method in class net.jackofalltrades.irc.IrcConnection
Registers an IrcCommandListener for all commands.
addIrcCommandListener(String, IrcCommandListener) - Method in class net.jackofalltrades.irc.IrcConnection
Registers an IrcCommandListener for specific commands.
addObjectPool(Class, ObjectPool) - Static method in class net.jackofalltrades.util.PoolHouse
Adds a new ObjectPool to the current Map.

B

BaseConnection - class net.jackofalltrades.irc.BaseConnection.
Provides functionality for all connection types (ie.
BaseConnection() - Constructor for class net.jackofalltrades.irc.BaseConnection
Creates a new BaseConnection.
BaseConnection(InetAddress, int) - Constructor for class net.jackofalltrades.irc.BaseConnection
Creates a new BaseConnection to connect to the specified remote host.
BaseConnection(String, int) - Constructor for class net.jackofalltrades.irc.BaseConnection
Creates a new BaseConnection to connect to the specified remote host.
BaseConnection(Socket) - Constructor for class net.jackofalltrades.irc.BaseConnection
Creates a new BaseConnection connected on the specified connected java.net.Socket.
BaseDccConnection - class net.jackofalltrades.irc.dcc.BaseDccConnection.
Provides event handler functionality for DCC connections, and provides facilites to write output to the underlying Socket.
BaseDccConnection() - Constructor for class net.jackofalltrades.irc.dcc.BaseDccConnection
Creates a new BaseDccConnection.
BaseDccConnection(InetAddress, int) - Constructor for class net.jackofalltrades.irc.dcc.BaseDccConnection
Creates a new BaseDccConnection to connect to the specified remote host.
BaseDccConnection(String, int) - Constructor for class net.jackofalltrades.irc.dcc.BaseDccConnection
Creates a new BaseDccConnection to connect to the specified remote host.
BaseDccConnection(Socket) - Constructor for class net.jackofalltrades.irc.dcc.BaseDccConnection
Creates a new BaseDccConnection connected on the specified java.net.Socket.

C

CLIENT_INFO_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "clientinfo" ctcp command.
COMMAND_DELIMITER - Static variable in class net.jackofalltrades.irc.IrcConstants
the character sequence which determines the end of a command.
CONNECT - Static variable in class net.jackofalltrades.irc.IrcConstants
command to tell a server to establish a new connection to a server.
CTCP_DELIMITER - Static variable in class net.jackofalltrades.irc.IrcConstants
the character which delimits CTCP messages.
CTCP_DELIMITER_REGEXP - Static variable in class net.jackofalltrades.irc.IrcConstants
the character which delimits CTCP messages (taylored for regexes).
CTCP_TRANFORMATION_ENABLED_PROP - Static variable in class net.jackofalltrades.irc.util.CtcpParameterTransformer
 
CommandParser - class net.jackofalltrades.irc.util.CommandParser.
Parses IRC commands and CTCP commands.
ConnectionAdapter - class net.jackofalltrades.irc.event.ConnectionAdapter.
Provides an implementation of ConnectionListener by implementing connected(ConnectionEvent) and disconnected(ConnectionEvent) to do nothing.
ConnectionAdapter() - Constructor for class net.jackofalltrades.irc.event.ConnectionAdapter
Creates a new instance of ConnectionAdapter
ConnectionEvent - class net.jackofalltrades.irc.event.ConnectionEvent.
Fired by instances of BaseConnection subclasses upon connecting, or disconnecting from a remote host.
ConnectionEvent(Object) - Constructor for class net.jackofalltrades.irc.event.ConnectionEvent
Creates a new ConnectionEvent.
ConnectionListener - interface net.jackofalltrades.irc.event.ConnectionListener.
Implemented by components to be notified of ConnectionEvents.
CtcpCommand - class net.jackofalltrades.irc.CtcpCommand.
Represents a command received in the "trailing" portion of a command received via IRC.
CtcpCommand() - Constructor for class net.jackofalltrades.irc.CtcpCommand
Creates a new instance of CtcpCommand.
CtcpCommand(String) - Constructor for class net.jackofalltrades.irc.CtcpCommand
Creates a new named instance of CtcpCommand.
CtcpCommand(String, String[]) - Constructor for class net.jackofalltrades.irc.CtcpCommand
Creates a new named instance of CtcpCommand with the specified parameters.
CtcpCommand(String, List) - Constructor for class net.jackofalltrades.irc.CtcpCommand
Creates a new named instance of CtcpCommand with the specified parameters.
CtcpParameterTransformer - class net.jackofalltrades.irc.util.CtcpParameterTransformer.
 
CtcpParameterTransformer(int) - Constructor for class net.jackofalltrades.irc.util.CtcpParameterTransformer
Creates a new CtcpParameterTransformer to unquote CTCP parameters during parsing, and quote them during CTCP command creation.
commandPrepared(IrcCommandEvent) - Method in class net.jackofalltrades.irc.IrcConnection
Writes an IrcCommand to the output stream.
commandPrepared(IrcCommandEvent) - Method in class net.jackofalltrades.irc.event.IrcCommandAdapter
Called when an IrcConnection receives a command.
commandPrepared(IrcCommandEvent) - Method in interface net.jackofalltrades.irc.event.IrcCommandListener
Called when a GUI, or other, component wishes to send a command.
commandPrepared(IrcCommandEvent) - Method in class net.jackofalltrades.irc.impl.PingResponder
Does nothing.
commandReceived(IrcCommandEvent) - Method in class net.jackofalltrades.irc.IrcConnection
Does nothing.
commandReceived(IrcCommandEvent) - Method in class net.jackofalltrades.irc.event.IrcCommandAdapter
Called when a GUI, or other, component wishes to send a command.
commandReceived(IrcCommandEvent) - Method in interface net.jackofalltrades.irc.event.IrcCommandListener
Called when an IrcConnection receives a command.
commandReceived(IrcCommandEvent) - Method in class net.jackofalltrades.irc.impl.PingResponder
Invoked when a command is received from an IRC server or when a Connection object wishes to send a command to the server.
commandReceived(IrcCommandEvent) - Method in class net.jackofalltrades.irc.impl.PrefixCacheCleaner
Listens for the "QUIT" command and removes the prefix associated with the command from the prefix cache.
connect() - Method in class net.jackofalltrades.irc.BaseConnection
Connects to the configured remote host on the remote port, and starts the reader thread.
connected(ConnectionEvent) - Method in class net.jackofalltrades.irc.event.ConnectionAdapter
Called when a connection has been established successfully.
connected(ConnectionEvent) - Method in interface net.jackofalltrades.irc.event.ConnectionListener
Called when a connection has been established successfully.

D

DCC_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "dcc" ctcp command.
DEFAULT_BUFFER_SIZE - Static variable in class net.jackofalltrades.irc.BaseConnection
default size of the send and receive buffers (1Kb).
DEFAULT_CONNECTION_TIMEOUT - Static variable in class net.jackofalltrades.irc.BaseConnection
default amount of time for a connection attempt to fail (30 seconds).
DEFAULT_PORT - Static variable in class net.jackofalltrades.irc.IrcConstants
the default port to which a connection will be made.
DEFAULT_READ_WRITE_TIMEOUT - Static variable in class net.jackofalltrades.irc.BaseConnection
default amount of time for an I/O operation to fail (30 seconds).
DIE - Static variable in class net.jackofalltrades.irc.IrcConstants
command used by operators to shutdown a server.
DccBinaryConnection - class net.jackofalltrades.irc.dcc.DccBinaryConnection.
Implements the DCC spec for binary connections (ie.
DccBinaryConnection() - Constructor for class net.jackofalltrades.irc.dcc.DccBinaryConnection
Creates a new DccBinaryConnection.
DccBinaryConnection(InetAddress, int) - Constructor for class net.jackofalltrades.irc.dcc.DccBinaryConnection
Creates a new DccBinaryConnection to connect to the specified remote host.
DccBinaryConnection(String, int) - Constructor for class net.jackofalltrades.irc.dcc.DccBinaryConnection
Creates a new DccBinaryConnection to connect to the specified remote host.
DccBinaryConnection(Socket) - Constructor for class net.jackofalltrades.irc.dcc.DccBinaryConnection
Creates a new DccBinaryConnection connected on the specified java.net.Socket.
DccDataEvent - class net.jackofalltrades.irc.dcc.event.DccDataEvent.
Encapsulates data received via a DCC Connection to be handled in a way defined by the IRC application.
DccDataEvent(Object, byte[]) - Constructor for class net.jackofalltrades.irc.dcc.event.DccDataEvent
Creates a new DccDataEvent.
DccDataListener - interface net.jackofalltrades.irc.dcc.event.DccDataListener.
Provides an event-based method for receiving data from a DCC Connection whether binary, or text.
DccTextConnection - class net.jackofalltrades.irc.dcc.DccTextConnection.
Implements the DCC spec for text connections (ie.
DccTextConnection() - Constructor for class net.jackofalltrades.irc.dcc.DccTextConnection
Creates a new DccTextConnection.
DccTextConnection(InetAddress, int) - Constructor for class net.jackofalltrades.irc.dcc.DccTextConnection
Creates a new DccTextConnection to connect to the specified remote host.
DccTextConnection(String, int) - Constructor for class net.jackofalltrades.irc.dcc.DccTextConnection
Creates a new DccTextConnection to connect to the specified remote host.
DccTextConnection(Socket) - Constructor for class net.jackofalltrades.irc.dcc.DccTextConnection
Creates a new DccTextConnection connected on the specified java.net.Socket.
dataPrepared(DccDataEvent) - Method in class net.jackofalltrades.irc.dcc.BaseDccConnection
Writes data to the output stream.
dataPrepared(DccDataEvent) - Method in interface net.jackofalltrades.irc.dcc.event.DccDataListener
Invoked when data is ready to sent.
dataReceived(DccDataEvent) - Method in class net.jackofalltrades.irc.dcc.BaseDccConnection
Does nothing.
dataReceived(DccDataEvent) - Method in interface net.jackofalltrades.irc.dcc.event.DccDataListener
Invoked when data is received via a DCC Connection object.
destroyObject(Object) - Method in class net.jackofalltrades.util.PoolablePerl5UtilFactory
Destroys an object before it's removed from the pool for good.
disconnect() - Method in class net.jackofalltrades.irc.BaseConnection
Disconnects from the remote host, and as a result the reader thread will stop.
disconnected(ConnectionEvent) - Method in class net.jackofalltrades.irc.event.ConnectionAdapter
Called when a connection has been closely successfully either by force, or by user request.
disconnected(ConnectionEvent) - Method in interface net.jackofalltrades.irc.event.ConnectionListener
Called when a connection has been closely successfully either by force, or by user request.

E

ERROR_MESSAGE_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for an error message ctcp command.
ERR_ALREADYREGISTRED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_BADCHANMASK - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_BADCHANNELKEY - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_BADMASK - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_BANLISTFULL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_BANNEDFROMCHAN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_CANNOTSENDTOCHAN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_CANTKILLSERVER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_CHANNELISFULL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_CHANOPRIVSNEEDED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_ERRONEUSNICKNAME - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_FILEERROR - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_INVITEONLYCHAN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_KEYSET - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NEEDMOREPARAMS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NICKCOLLISION - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NICKNAMEINUSE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOADMININFO - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOCHANMODES - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOLOGIN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOMOTD - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NONICKNAMEGIVEN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOOPERHOST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOORIGIN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOPERMFORHOST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOPRIVILEGES - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NORECIPIENT - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOSUCHCHANNEL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOSUCHNICK - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOSUCHSERVER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOSUCHSERVICE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOTEXTTOSEND - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOTONCHANNEL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOTOPLEVEL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_NOTREGISTERED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_PASSWDMISMATCH - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_RESTRICTED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_SUMMONDISABLED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_TOOMANYCHANNELS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_TOOMANYTARGETS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_UMODEUNKNOWNFLAG - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_UNAVAILRESOURCE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_UNIQOPPRIVSNEEDED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_UNKNOWNMODE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_USERNOTINCHANNEL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_USERONCHANNEL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_USERSDISABLED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_USERSDONTMATCH - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_WASNOSUCHNICK - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_WILDTOPLEVEL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_YOUREBANNEDCREEP - Static variable in class net.jackofalltrades.irc.IrcConstants
 
ERR_YOUWILLBEBANNED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
equals(Object) - Method in class net.jackofalltrades.irc.CtcpCommand
Determines if o is equal to the current CtcpCommand.
equals(Object) - Method in class net.jackofalltrades.irc.IrcCommand
Determines if o is equivalent to the current object.

F

FINGER_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "finger" ctcp command.
FontStyleTools - class net.jackofalltrades.irc.util.FontStyleTools.
Provides utility methods for removing text formatting characters.
fireDataReceived(DccDataEvent) - Method in class net.jackofalltrades.irc.dcc.BaseDccConnection
 

G

getBufferSize() - Method in class net.jackofalltrades.irc.BaseConnection
Returns the send/receive buffer size.
getConnectionTimeout() - Method in class net.jackofalltrades.irc.BaseConnection
Returns the time limit for a connection attempt.
getCtcpCommand(int) - Method in class net.jackofalltrades.irc.IrcCommand
Indexed getter for property ctcpCommand.
getCtcpCommands() - Method in class net.jackofalltrades.irc.IrcCommand
Getter for property ctcpCommands.
getData() - Method in class net.jackofalltrades.irc.dcc.event.DccDataEvent
Returns the data read from the DccConnection which spawned this event.
getEventListeners(Class) - Method in class net.jackofalltrades.irc.BaseConnection
Returns an array of java.util.EventListener objects.
getHostname() - Method in class net.jackofalltrades.irc.IrcPrefix
Returns the hostname portion of the prefix.
getIdentName() - Method in class net.jackofalltrades.irc.IrcPrefix
Returns the username given by the user's ident server.
getInstance(String) - Static method in class net.jackofalltrades.irc.IrcPrefix
Returns an IrcPrefix representing the passed in string.
getInstance(String, String) - Static method in class net.jackofalltrades.irc.IrcPrefix
Returns an representing the specified nickname and hostname.
getInstance(String, String, String) - Static method in class net.jackofalltrades.irc.IrcPrefix
Returns an representing the specified nickname, identName, and hostname.
getIrcCommand() - Method in class net.jackofalltrades.irc.event.IrcCommandEvent
Returns the IrcCommand object which caused this event.
getLastException() - Method in class net.jackofalltrades.irc.BaseConnection
Returns the last exception thrown.
getName() - Method in class net.jackofalltrades.irc.CtcpCommand
Returns the name of the command.
getName() - Method in class net.jackofalltrades.irc.IrcCommand
Returns the name of the command.
getNickname() - Method in class net.jackofalltrades.irc.IrcPrefix
Returns the nickname portion of the command prefix.
getObjectPool(Class) - Static method in class net.jackofalltrades.util.PoolHouse
Returns the ObjectPool instance associated with the clazz key.
getParam(int) - Method in class net.jackofalltrades.irc.CtcpCommand
Returns the String parameter at the specified index.
getParam(int) - Method in class net.jackofalltrades.irc.IrcCommand
Returns the String parameter at the specified index.
getParams() - Method in class net.jackofalltrades.irc.CtcpCommand
Returns a copy of the java.util.List of String parameters.
getParams() - Method in class net.jackofalltrades.irc.IrcCommand
Returns a copy of the java.util.List of String parameters.
getPortNumber() - Method in class net.jackofalltrades.irc.BaseConnection
Returns the port number.
getPrefix() - Method in class net.jackofalltrades.irc.IrcCommand
Returns the ident prefix of the message's originator.
getReadWriteTimeout() - Method in class net.jackofalltrades.irc.BaseConnection
Return the timeout period for an I/O operation.
getRemoteHost() - Method in class net.jackofalltrades.irc.BaseConnection
Returns the java.net.InetAddress representing the IP address of the IRC server.
getTrailing() - Method in class net.jackofalltrades.irc.IrcCommand
Returns the "trailing" portion of the message.

H

hasCtcpCommands() - Method in class net.jackofalltrades.irc.IrcCommand
Indicates whether the current IrcCommand contains any CtcpCommands.
hasParams() - Method in class net.jackofalltrades.irc.CtcpCommand
Indicates whether the current CtcpCommand has parameters.
hasParams() - Method in class net.jackofalltrades.irc.IrcCommand
Indicates whether the current IrcCommand has parameters.
hashCode() - Method in class net.jackofalltrades.irc.CtcpCommand
Returns a hashcode for the current CtcpCommand.
hashCode() - Method in class net.jackofalltrades.irc.IrcCommand
Returns a hashcode of the current object.

I

INFO - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query detailed information about a server.
INVITE - Static variable in class net.jackofalltrades.irc.IrcConstants
command to invite a user to a channel .
IS_ON - Static variable in class net.jackofalltrades.irc.IrcConstants
command used to query IRC to determine a given nickname(s) is connected.
InetAddressUtils - class net.jackofalltrades.irc.util.InetAddressUtils.
Provides utility methods for converting java.net.InetAddress objects to unsigned integers and from unsigned integers to java.net.InetAddress objects.
IrcCommand - class net.jackofalltrades.irc.IrcCommand.
Represents a message received from, or to be sent to, an IRC server.
IrcCommand() - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new instance of IrcCommand.
IrcCommand(String) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand.
IrcCommand(String, String[]) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters.
IrcCommand(String, List) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters.
IrcCommand(String, String[], String) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters and a "trailing" message.
IrcCommand(String, List, String) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters and a "trailing" message.
IrcCommand(String, String, CtcpCommand[]) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the "trailing" message and CTCP commands.
IrcCommand(String, String, List) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the "trailing" message and CTCP commands.
IrcCommand(String, String[], String, CtcpCommand[]) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters, a "trailing" message, and CTCP commands.
IrcCommand(String, List, String, List) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters, a "trailing" message, and CTCP commands.
IrcCommand(IrcPrefix, String) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand.
IrcCommand(IrcPrefix, String, List) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters and prefix.
IrcCommand(IrcPrefix, String, String[]) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters.
IrcCommand(IrcPrefix, String, String[], String) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters and a "trailing" message.
IrcCommand(IrcPrefix, String, List, String) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters and a "trailing" message.
IrcCommand(IrcPrefix, String, String, CtcpCommand[]) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the "trailing" message and CTCP commands.
IrcCommand(IrcPrefix, String, String, List) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the "trailing" message and CTCP commands.
IrcCommand(IrcPrefix, String, String[], String, CtcpCommand[]) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters, a "trailing" message, and CTCP commands.
IrcCommand(IrcPrefix, String, List, String, List) - Constructor for class net.jackofalltrades.irc.IrcCommand
Creates a new named instance of IrcCommand with the specified parameters, a "trailing" message, and CTCP commands.
IrcCommandAdapter - class net.jackofalltrades.irc.event.IrcCommandAdapter.
Provides an implementation of IrcCommandListener that does nothing.
IrcCommandAdapter() - Constructor for class net.jackofalltrades.irc.event.IrcCommandAdapter
Creates a new instance of IrcCommandAdapter
IrcCommandEvent - class net.jackofalltrades.irc.event.IrcCommandEvent.
Indicates an IrcCommand object has been received from, or sent to the server.
IrcCommandEvent(Object, IrcCommand) - Constructor for class net.jackofalltrades.irc.event.IrcCommandEvent
Creates a new IrcCommandEvent.
IrcCommandListener - interface net.jackofalltrades.irc.event.IrcCommandListener.
Implemented by components wishing to receive notifications about IrcCommands.
IrcConnection - class net.jackofalltrades.irc.IrcConnection.
Provides functionality for receiving, and sending, IRC commands.
IrcConnection() - Constructor for class net.jackofalltrades.irc.IrcConnection
Creates a new IrcConnection.
IrcConnection(InetAddress, int) - Constructor for class net.jackofalltrades.irc.IrcConnection
Creates a new IrcConnection to connect to the specified remote host.
IrcConnection(String, int) - Constructor for class net.jackofalltrades.irc.IrcConnection
Creates a new IrcConnection to connect to the specified remote host.
IrcConnection(Socket) - Constructor for class net.jackofalltrades.irc.IrcConnection
Creates a new IrcConnection connected on the specified java.net.Socket.
IrcConstants - class net.jackofalltrades.irc.IrcConstants.
Provides constants of common values used in IRC connections.
IrcConstants() - Constructor for class net.jackofalltrades.irc.IrcConstants
 
IrcPrefix - class net.jackofalltrades.irc.IrcPrefix.
Represents the prefix of an IRC command.
isConnected() - Method in class net.jackofalltrades.irc.BaseConnection
Returns the connected status of the underlying java.net.Socket.
isServer() - Method in class net.jackofalltrades.irc.IrcPrefix
Returns true if the prefix is a hostname, false otherwise.

J

JOIN - Static variable in class net.jackofalltrades.irc.IrcConstants
command to join a channel on the IRC network.

K

KICK - Static variable in class net.jackofalltrades.irc.IrcConstants
command to remove a user from a channel forceably.
KILL - Static variable in class net.jackofalltrades.irc.IrcConstants
command to kill the client's connection to a server.

L

LIST - Static variable in class net.jackofalltrades.irc.IrcConstants
command list the channels on a network.

M

MAX_PORT - Static variable in class net.jackofalltrades.irc.BaseConnection
maximum allowable port number.
MESSAGE_OF_THE_DAY - Static variable in class net.jackofalltrades.irc.IrcConstants
command to get the Message of the day from the server.
MIN_PORT - Static variable in class net.jackofalltrades.irc.BaseConnection
minimum allowable port number on the remote host.
MODE - Static variable in class net.jackofalltrades.irc.IrcConstants
command to change mode identifiers on the IRC server for a user or channel.
makeObject() - Method in class net.jackofalltrades.util.PoolablePerl5UtilFactory
Creates and returns a new Perl5Util object.

N

NAMES - Static variable in class net.jackofalltrades.irc.IrcConstants
command to list the occupants a channel(s).
NICK - Static variable in class net.jackofalltrades.irc.IrcConstants
command to send the user's nickname.
NOTICE - Static variable in class net.jackofalltrades.irc.IrcConstants
command to send a notification to a user or channel.
net.jackofalltrades.irc - package net.jackofalltrades.irc
 
net.jackofalltrades.irc.dcc - package net.jackofalltrades.irc.dcc
 
net.jackofalltrades.irc.dcc.event - package net.jackofalltrades.irc.dcc.event
 
net.jackofalltrades.irc.event - package net.jackofalltrades.irc.event
 
net.jackofalltrades.irc.impl - package net.jackofalltrades.irc.impl
 
net.jackofalltrades.irc.util - package net.jackofalltrades.irc.util
 
net.jackofalltrades.util - package net.jackofalltrades.util
 

O

OPERATOR - Static variable in class net.jackofalltrades.irc.IrcConstants
command to notify IRC server the user is an operator.

P

PART - Static variable in class net.jackofalltrades.irc.IrcConstants
command to leave a channel on the IRC network.
PASSWORD - Static variable in class net.jackofalltrades.irc.IrcConstants
command to send a connection password.
PING - Static variable in class net.jackofalltrades.irc.IrcConstants
command used by the server to seeing if the client's connection is still alive and kicking.
PONG - Static variable in class net.jackofalltrades.irc.IrcConstants
command to use for replying to a server's PING messages.
PRIVATE_MESSAGE - Static variable in class net.jackofalltrades.irc.IrcConstants
command to send a private message to a user or an entire channel.
Perl5UtilPool - class net.jackofalltrades.util.Perl5UtilPool.
Provides pooling capabilities for objects of type org.apache.oro.text.perl.Perl5Util.
Perl5UtilPool(PoolablePerl5UtilFactory) - Constructor for class net.jackofalltrades.util.Perl5UtilPool
Creates a new instance of Perl5UtilPool.
PingResponder - class net.jackofalltrades.irc.impl.PingResponder.
Listeners for PING commands from the server and responds with the appropriate PONG message.
PingResponder() - Constructor for class net.jackofalltrades.irc.impl.PingResponder
Creates a new instance of PingResponder
PoolHouse - class net.jackofalltrades.util.PoolHouse.
Provides a means maintaining ObjectPool instances in memory for use by components in a non-web environment.
PoolablePerl5UtilFactory - class net.jackofalltrades.util.PoolablePerl5UtilFactory.
Provides functionality for creating org.apache.oro.text.perl.Perl5Util objects, because the instantiation of Perl5Util objects can be costly.
PoolablePerl5UtilFactory() - Constructor for class net.jackofalltrades.util.PoolablePerl5UtilFactory
 
PrefixCacheCleaner - class net.jackofalltrades.irc.impl.PrefixCacheCleaner.
Provides mechanism to clean out the IrcPrefix cache when a user quits IRC.
PrefixCacheCleaner() - Constructor for class net.jackofalltrades.irc.impl.PrefixCacheCleaner
Creates a new PrefixCacheCleaner.
parseCtcpCommand(String) - Static method in class net.jackofalltrades.irc.util.CommandParser
Parses a string into a CtcpCommand.
parseIrcCommand(String) - Static method in class net.jackofalltrades.irc.util.CommandParser
Parses a string into an IrcCommand object.
passivateObject(Object) - Method in class net.jackofalltrades.util.PoolablePerl5UtilFactory
Passivates an object before it's returned to the pool.
processInput() - Method in class net.jackofalltrades.irc.BaseConnection
Reads from the java.io.InputStream, or java.io.Reader provided by the subclass.
processInput() - Method in class net.jackofalltrades.irc.IrcConnection
Reads the commands from the , and notifies IrcCommandListeners events.
processInput() - Method in class net.jackofalltrades.irc.dcc.DccBinaryConnection
Reads the commands from the , and notifies IrcCommandListeners events.
processInput() - Method in class net.jackofalltrades.irc.dcc.DccTextConnection
Reads the commands from the , and notifies IrcCommandListeners events.

Q

QUIT - Static variable in class net.jackofalltrades.irc.IrcConstants
command to close out a user's session with the IRC server.
QUOTE_TRANSFORMATION - Static variable in class net.jackofalltrades.irc.util.CtcpParameterTransformer
 

R

REHASH - Static variable in class net.jackofalltrades.irc.IrcConstants
command used by operators to tell a server to re-read its config file.
RESTART - Static variable in class net.jackofalltrades.irc.IrcConstants
command used by operators to restart a server.
RPL_ADMINEMAIL - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ADMINLOC_257 - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ADMINLOC_258 - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ADMINME - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_AWAY - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_BANLIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_BOUNCE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_CHANNELMODEIS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_CREATED - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFBANLIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFEXCEPTLIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFINFO - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFINVITELIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFLINKS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFMOTD - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFNAMES - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFSTATS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFUSERS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFWHO - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFWHOIS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ENDOFWHOWAS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_EXCEPTLIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_INFO - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_INVITELIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_INVITING - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_ISON - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LINKS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LISTEND - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LISTSTART - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LUSERCHANNELS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LUSERCLIENT - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LUSERME - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LUSEROP - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_LUSERUNKNOWN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_MOTD - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_MOTDSTART - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_MYINFO - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_NAMREPLY - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_NOTOPIC - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_NOUSERS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_NOWAWAY - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_REHASHING - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_SERVLIST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_SERVLISTEND - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_STATSCOMMANDS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_STATSLINKINFO - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_STATSOLINE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_STATSUPTIME - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_SUMMONING - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TIME - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TOPIC - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACECLASS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACECONNECTING - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACEEND - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACEHANDSHAKE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACELINK - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACELOG - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACENEWTYPE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACEOPERATOR - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACERECONNECT - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACESERVER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACESERVICE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACEUNKNOWN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRACEUSER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_TRYAGAIN - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_UMODEIS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_UNAWAY - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_UNIQOPIS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_USERHOST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_USERS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_USERSSTART - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_VERSION - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WELCOME - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WHOISCHANNELS - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WHOISIDLE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WHOISOPERATOR - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WHOISSERVER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WHOISUSER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WHOREPLY - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_WHOWASUSER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_YOUREOPER - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_YOURESERVICE - Static variable in class net.jackofalltrades.irc.IrcConstants
 
RPL_YOURHOST - Static variable in class net.jackofalltrades.irc.IrcConstants
 
removeConnectionListener(ConnectionListener) - Method in class net.jackofalltrades.irc.BaseConnection
Removes a ConnectionListener instance from the collection of registered listeners.
removeDccDataListener(IrcCommandListener) - Method in class net.jackofalltrades.irc.dcc.BaseDccConnection
Removes an IrcCommandListener from the list of registered listeners for all commands.
removeEventListener(Class, EventListener) - Method in class net.jackofalltrades.irc.BaseConnection
Remove a java.util.EventListener from the registered list of listeners.
removeInstance(String) - Static method in class net.jackofalltrades.irc.IrcPrefix
Removes an IrcPrefix from the cache.
removeIrcCommandListener(IrcCommandListener) - Method in class net.jackofalltrades.irc.IrcConnection
Removes an IrcCommandListener from the list of registered listeners for all commands.
removeIrcCommandListener(String, IrcCommandListener) - Method in class net.jackofalltrades.irc.IrcConnection
Removes an IrcCommandListener from the list of registered listeners for specific commands.
removeObjectPool(Class) - Static method in class net.jackofalltrades.util.PoolHouse
Removes an ObjectPool from the Map.
run() - Method in class net.jackofalltrades.irc.BaseConnection
Continuously reads from the underlying java.net.Socket until disconnection.

S

SED_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "sed" (send encrypted data) ctcp command.
SERVER_QUERY - Static variable in class net.jackofalltrades.irc.IrcConstants
command to list all servers known by the answering server.
SERVER_QUIT - Static variable in class net.jackofalltrades.irc.IrcConstants
command to disconnect server links.
SERVER_STATISTICS - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query statistics of a certain server.
SERVICE - Static variable in class net.jackofalltrades.irc.IrcConstants
command to register a new service.
SERVICE_LIST - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query a list of services visible to the user.
SERVICE_MESSAGE - Static variable in class net.jackofalltrades.irc.IrcConstants
command to send a message to a service.
SOURCE_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "source" ctcp command.
SUMMON - Static variable in class net.jackofalltrades.irc.IrcConstants
command used to ask a server to connect with the network.
setBufferSize(int) - Method in class net.jackofalltrades.irc.BaseConnection
Sets the send/receive buffer size.
setConnectionTimeout(int) - Method in class net.jackofalltrades.irc.BaseConnection
Sets the time limit for a connection attempt.
setCtcpCommands(List) - Method in class net.jackofalltrades.irc.IrcCommand
Setter for property ctcpCommands.
setLastException(Exception) - Method in class net.jackofalltrades.irc.BaseConnection
Sets the last exception thrown.
setName(String) - Method in class net.jackofalltrades.irc.CtcpCommand
Sets the name of the command.
setName(String) - Method in class net.jackofalltrades.irc.IrcCommand
Sets the name of the command.
setParams(List) - Method in class net.jackofalltrades.irc.CtcpCommand
Sets the java.util.List of String parameters.
setParams(List) - Method in class net.jackofalltrades.irc.IrcCommand
Sets the java.util.List of String parameters.
setPortNumber(int) - Method in class net.jackofalltrades.irc.BaseConnection
Sets the port number.
setPrefix(IrcPrefix) - Method in class net.jackofalltrades.irc.IrcCommand
Sets the ident prefix of the message's originator.
setReadWriteTimeout(int) - Method in class net.jackofalltrades.irc.BaseConnection
Sets the new I/O timeout period.
setRemoteHost(InetAddress) - Method in class net.jackofalltrades.irc.BaseConnection
Sets the java.net.InetAddress of the remote host, to which, a connection will be established.
setTrailing(String) - Method in class net.jackofalltrades.irc.IrcCommand
Sets the "trailing" portion of the message.
stripAllFormatting(String) - Static method in class net.jackofalltrades.irc.util.FontStyleTools
Removes all formatting character sequences from the message.
stripColorCodes(String) - Static method in class net.jackofalltrades.irc.util.FontStyleTools
Removes only color code and reverse style character sequences.
stripFormatting(String) - Static method in class net.jackofalltrades.irc.util.FontStyleTools
Removes only the formatting characters sequences, and default style and color sequences are left intact.

T

TIME - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query a server of its local time.
TIME_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "time" ctcp command.
TOPIC - Static variable in class net.jackofalltrades.irc.IrcConstants
command to change a channel's topic.
TRACE - Static variable in class net.jackofalltrades.irc.IrcConstants
command to find the route to a specific server and its peer's info.
toInetAddress(String) - Static method in class net.jackofalltrades.irc.util.InetAddressUtils
Converts an unsigned integer string into a java.net.InetAddress.
toString() - Method in class net.jackofalltrades.irc.CtcpCommand
Returns a String representation of the command's name and parameters.
toString() - Method in class net.jackofalltrades.irc.IrcCommand
Returns a string representation of the current object.
toString() - Method in class net.jackofalltrades.irc.IrcPrefix
Returns a representation of the current object.
toString() - Method in class net.jackofalltrades.irc.event.IrcCommandEvent
Returns a String representation of the current object.
toUnsignedIntegerString(InetAddress) - Static method in class net.jackofalltrades.irc.util.InetAddressUtils
Converts a java.net.InetAddress to an unsigned integer string.
transform(Object) - Method in class net.jackofalltrades.irc.util.CtcpParameterTransformer
Transforms an invalid CTCP parameter into valid CTCP parameter.

U

UNQUOTE_TRANSFORMATION - Static variable in class net.jackofalltrades.irc.util.CtcpParameterTransformer
 
USER - Static variable in class net.jackofalltrades.irc.IrcConstants
command to send user's realname and mode identifiers.
USERS - Static variable in class net.jackofalltrades.irc.IrcConstants
command used to query the users connected to an IRC server.
USER_HOST - Static variable in class net.jackofalltrades.irc.IrcConstants
command used to return information about users.
USER_INFO_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "userinfo" ctcp command.
USER_STATISTICS - Static variable in class net.jackofalltrades.irc.IrcConstants
command to get statistics about the size of the network.

V

VERSION - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query the server for the version number of its software.
VERSION_COMMAND - Static variable in class net.jackofalltrades.irc.CtcpCommand
the name for a "version" ctcp command.
validateObject(Object) - Method in class net.jackofalltrades.util.PoolablePerl5UtilFactory
Validates an object which has been activated.

W

WALLOPS - Static variable in class net.jackofalltrades.irc.IrcConstants
command used to send a message to all users who have +w mode set.
WHO - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query information about users.
WHO_IS - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query information about a particular online user.
WHO_WAS - Static variable in class net.jackofalltrades.irc.IrcConstants
command to query information about a particular offline user.
wrapInput(InputStream) - Method in class net.jackofalltrades.irc.BaseConnection
Provides a hook for subclasses to implement either binary or ascii/unicode connections.
wrapInput(InputStream) - Method in class net.jackofalltrades.irc.IrcConnection
Wraps the InputStream in a java.io.Reader.
wrapInput(InputStream) - Method in class net.jackofalltrades.irc.dcc.DccBinaryConnection
Wraps the InputStream in a java.io.Reader.
wrapInput(InputStream) - Method in class net.jackofalltrades.irc.dcc.DccTextConnection
Wraps the InputStream in a java.io.Reader.
wrapOutput(OutputStream) - Method in class net.jackofalltrades.irc.BaseConnection
Provides a hook for subclasses to implement either binary or ascii/unicode connections.
wrapOutput(OutputStream) - Method in class net.jackofalltrades.irc.IrcConnection
Wraps the OutputStream in a java.io.Writer.
wrapOutput(OutputStream) - Method in class net.jackofalltrades.irc.dcc.BaseDccConnection
Wraps the OutputStream in a java.io.Writer.

_

_log - Static variable in class net.jackofalltrades.irc.util.CtcpParameterTransformer
 
_log - Static variable in class net.jackofalltrades.util.PoolablePerl5UtilFactory
 

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

Copyright © 2002-2003 Jack-of-all-trades Programming Services. All Rights Reserved.