Package com.objexcel.irc

Interface Summary
DCCEventListener DCCEventListener allows listener to intercept dcc events
InfoListener Listens for messages.
IRCMessageListener IRCMessageListener allows listener to intercept irc events For more information hunt down RFC1459 (the spec on IRC).
Sender.OutputStreamLocator an interface that allows us to get the output stream regardless whether it is the irc controller or a dcc connection
Sender.SentDataListener an interface so anyone can listen in on what sender is sending
 

Class Summary
DCCConnection dccconnection creates and manages a socket connection for a dcc.
DCCEvent  
IdentD IdentD is an IdentD daemon
IRCController creates a socket with an irc server, lets you send commands to the server dispatching messages received to registered IRCMessageListeners
IRCMessage IRCMessage contains the irc message data
IRCMessageAdapter IRCMessageAdapter lets you implement IRCMessageListener when you don't want to implement all the event bodies.
IRCParser Parses a message according to the IRC spec.
Sender Sender provides some useful methods for performing common IRC functions There is one sender for the IRC connection and one for each dcc connection.