| 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 |
|---|---|
IRCSSLSupport |
IRCRuntimeConfig.getSSLSupport() |
| Modifier and Type | Method and Description |
|---|---|
IRCConfigBuilder |
IRCConfigBuilder.sslSupport(IRCSSLSupport sslSupport)
Sets the
IRCSSLSupport containing the information the
IRCConnection should use to connect using SSL. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIRCSSLSupport
An immutable
IRCSSLSupport with KeyManagers,
TrustManagers and SecureRandom configurable at creation time. |
| Modifier and Type | Field and Description |
|---|---|
static IRCSSLSupport |
DefaultIRCSSLSupport.INSECURE
An insecure
IRCSSLSupport instance affirming all trust requests. |
| Modifier and Type | Method and Description |
|---|---|
IRCSSLSupport |
DefaultIRCRuntimeConfig.getSSLSupport() |
IRCSSLSupport |
DefaultIRCConfig.getSSLSupport() |
| 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. |
DefaultIRCSSLSupport(IRCSSLSupport sslSupport) |
SocketFactory(int timeout,
Proxy proxy,
IRCSSLSupport sslSupport) |
Copyright © 2006–2015. All rights reserved.