| Interface | Description |
|---|---|
| IRCConfig |
A configuration to use when creating a new
IRCConnection, a union of
IRCServerConfig and IRCRuntimeConfig. |
| IRCConnection |
A connection to an IRC server.
|
| IRCEventListener |
Used as listener for incoming events like messages.
|
| IRCExceptionHandler |
A handler to be notified when there occurs any exception in
IRCConnection. |
| IRCRuntimeConfig |
The non-server part of the
IRCConnection's configuration. |
| IRCServerConfig |
A typical profile for connecting to an IRC server containing host, port, nick, username, password, etc.
|
| IRCSSLSupport |
A bunch of things necessary to connect using SSL.
|
| IRCTrafficLogger |
A logger for both ingoing and outgoing IRC messages that the IRC client sends and receives.
|
| IRCUser |
An IRC user refered to in many IRC relies.
|
| Class | Description |
|---|---|
| IRCConfigBuilder |
A fluent builder for
IRCConfigs. |
| IRCConnectionFactory |
A factory to create new
IRCConnections. |
| IRCEventAdapter |
A empty implementation if
IRCEventListener. |
Copyright © 2006–2015. All rights reserved.