| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static IRCConnection |
IRCConnectionFactory.newConnection(IRCConfig config) |
static IRCConnection |
IRCConnectionFactory.newConnection(IRCServerConfig serverConfig,
IRCRuntimeConfig runtimeConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IRCExceptionHandler.exception(IRCConnection connection,
Throwable exception)
Notified upon occurence of the given
exception in the given exception. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIRCConnection
The default implementation of
IRCConnection. |
Copyright © 2006–2015. All rights reserved.