Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.defaults |
Default implementations to power the API.
|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
Modifier and Type | Method and Description |
---|---|
ServerInfo.WithManagement |
Client.WithManagement.getServerInfo() |
Modifier and Type | Method and Description |
---|---|
void |
Client.WithManagement.initialize(String name,
InetSocketAddress serverAddress,
String serverPassword,
InetSocketAddress bindAddress,
String nick,
String userString,
String realName,
ActorTracker actorTracker,
AuthManager authManager,
CapabilityManager.WithManagement capabilityManager,
EventManager eventManager,
MessageTagManager messageTagManager,
ISupportManager iSupportManager,
DefaultMessageMap defaultMessageMap,
Function<Client.WithManagement,? extends MessageSendingQueue> messageSendingQueue,
Function<Client.WithManagement,? extends ServerInfo.WithManagement> serverInfo,
Consumer<Exception> exceptionListener,
Consumer<String> inputListener,
Consumer<String> outputListener,
boolean secure,
Path secureKeyCertChain,
Path secureKey,
String secureKeyPassword,
TrustManagerFactory trustManagerFactory,
StsStorageManager stsStorageManager,
String webircHost,
InetAddress webircIP,
String webircPassword,
String webircUser)
Initialize with pre-connection information.
|
Client.Builder |
Client.Builder.serverInfo(Function<Client.WithManagement,? extends ServerInfo.WithManagement> supplier)
Sets the supplier of the server info.
|
Modifier and Type | Method and Description |
---|---|
ServerInfo.WithManagement |
DefaultClient.getServerInfo() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultClient.initialize(String name,
InetSocketAddress serverAddress,
String serverPassword,
InetSocketAddress bindAddress,
String nick,
String userString,
String realName,
ActorTracker actorTracker,
AuthManager authManager,
CapabilityManager.WithManagement capabilityManager,
EventManager eventManager,
MessageTagManager messageTagManager,
ISupportManager iSupportManager,
DefaultMessageMap defaultMessageMap,
Function<Client.WithManagement,? extends MessageSendingQueue> messageSendingQueue,
Function<Client.WithManagement,? extends ServerInfo.WithManagement> serverInfo,
Consumer<Exception> exceptionListener,
Consumer<String> inputListener,
Consumer<String> outputListener,
boolean secure,
Path secureKeyCertChain,
Path secureKey,
String secureKeyPassword,
TrustManagerFactory trustManagerFactory,
StsStorageManager stsStorageManager,
String webircHost,
InetAddress webircIP,
String webircPassword,
String webircUser) |
Client.Builder |
DefaultBuilder.serverInfo(Function<Client.WithManagement,? extends ServerInfo.WithManagement> supplier) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServerInfo
Default implementation for tracking server information.
|
Copyright © 2013–2019 Kitteh. All rights reserved.