| 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 |
| Modifier and Type | Field and Description |
|---|---|
static IRCTrafficLogger |
IRCTrafficLogger.SYSTEM_OUT
A
IRCTrafficLogger implementation using System.out to output the traffic |
| Modifier and Type | Method and Description |
|---|---|
IRCTrafficLogger |
IRCRuntimeConfig.getTrafficLogger() |
| Modifier and Type | Method and Description |
|---|---|
IRCConfigBuilder |
IRCConfigBuilder.trafficLogger(IRCTrafficLogger trafficLogger)
Sets the
IRCTrafficLogger that should be notified by
IRCConnection about incoming and outgoing messages. |
| Modifier and Type | Method and Description |
|---|---|
IRCTrafficLogger |
DefaultIRCRuntimeConfig.getTrafficLogger() |
IRCTrafficLogger |
DefaultIRCConfig.getTrafficLogger() |
| 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. |
| Constructor and Description |
|---|
LoggingReader(Reader in,
IRCTrafficLogger trafficLogger) |
LoggingWriter(Writer out,
IRCTrafficLogger trafficLogger) |
Copyright © 2006–2015. All rights reserved.