| 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 |
|---|---|
IRCConfig |
IRCConfigBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
IRCConfigBuilder |
IRCConfigBuilder.config(IRCConfig config)
Copies all available fields from the given
config to this
IRCConfigBuilder. |
static IRCConnection |
IRCConnectionFactory.newConnection(IRCConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIRCConfig
An immutable
IRCConfig. |
| Constructor and Description |
|---|
DefaultIRCConfig(IRCConfig config)
Creates a new
DefaultIRCConfig using data from the given
IRCConfig. |
Copyright © 2006–2015. All rights reserved.