| Package | Description |
|---|---|
| org.schwering.irc.lib | |
| org.schwering.irc.lib.impl |
IRClib is a library for the client-side of IRC (Internet Relay Chat)
connections.
|
| org.schwering.irc.lib.util |
| Class and Description |
|---|
| IRCConfig
A configuration to use when creating a new
IRCConnection, a union of
IRCServerConfig and IRCRuntimeConfig. |
| IRCConfigBuilder
A fluent builder for
IRCConfigs. |
| 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 and 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 and Description |
|---|
| 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.
|
Copyright © 2006–2015. All rights reserved.