|
Class Summary |
| Channel |
An IRC channel class that includes methods for joining, parting,
kicking, banning, adding/removing channel listeners and property
change support. |
| ChannelAdapter |
Provides a default do-nothing implementation of ChannelListener. |
| ChannelEvent |
Event fired by a channel. |
| ChannelSearch |
Channel searcher. |
| ChatEngine |
Manages a connection to an IRC server and handles incoming
messages by creating channel objects, routing messages to channel
objects and routing events to chat engine listeners. |
| ChatEngineAdapter |
Provides a default do-nothing implementation of ChatEngineListener |
| ChatEngineEvent |
Event fired by a ChatEngine. |
| ChatOptions |
User's option settings. |
| IdentServer |
Implments a "one-shot" ident authentication server. |
| IRCConnection |
A socket connection to a RFC-1459 compatible IRC server. |
| IRCConnectionAdapter |
Do-nothing implementation of IRCConnectionListener to make it easy
to derive new connection listeners. |
| Server |
Currently, a server object just holds information about an IRC server. |
| ServerList |
A list of IRC servers that can be constructed by reading a
MIRC servers.ini file. |
| User |
Represent a user that has been added to the favorites collection. |