| 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 | Field and Description |
|---|---|
static IRCExceptionHandler |
IRCExceptionHandler.PRINT_STACK_TRACE
A handler that just prints the given exception's stack trace to stderr.
|
| Modifier and Type | Method and Description |
|---|---|
IRCExceptionHandler |
IRCRuntimeConfig.getExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
IRCConfigBuilder |
IRCConfigBuilder.exceptionHandler(IRCExceptionHandler exceptionHandler)
Sets the
IRCExceptionHandler that should be notified by
IRCConnection when an exception during send or receive of IRC
messages occurs. |
| Modifier and Type | Method and Description |
|---|---|
IRCExceptionHandler |
DefaultIRCRuntimeConfig.getExceptionHandler() |
IRCExceptionHandler |
DefaultIRCConfig.getExceptionHandler() |
| Constructor and Description |
|---|
DefaultIRCConfig(String host,
int[] ports,
String pass,
String nick,
String username,
String realname,
String encoding,
int timeout,
boolean autoPong,
boolean stripColorsEnabled,
IRCSSLSupport sslSupport,
Proxy proxy,
IRCTrafficLogger trafficLogger,
IRCExceptionHandler exceptionHandler)
Creates a new
DefaultIRCConfig out of the individual field
values. |
DefaultIRCRuntimeConfig(int timeout,
boolean autoPong,
boolean stripColorsEnabled,
IRCSSLSupport sslSupport,
Proxy proxy,
IRCTrafficLogger trafficLogger,
IRCExceptionHandler exceptionHandler)
Creates a new
DefaultIRCRuntimeConfig out of the individual field
values. |
Copyright © 2006–2015. All rights reserved.