Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
org.kitteh.irc.client.library.event.client | |
org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
Modifier and Type | Method and Description |
---|---|
@NonNull ServerInfo |
Client.getServerInfo()
Gets information about the server to which the client is currently
connected.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultServerInfo
Default implementation for tracking server information.
|
Modifier and Type | Method and Description |
---|---|
@NonNull ServerInfo |
ClientNegotiationCompleteEvent.getServerInfo()
Gets information about the server to which the client is currently
connected.
|
Constructor and Description |
---|
ClientNegotiationCompleteEvent(@NonNull Client client,
@NonNull Actor server,
@NonNull ServerInfo serverInfo)
Creates the event.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
ServerInfo.WithManagement
A server information provider with management features.
|
Copyright © 2013–2021 Kitteh. All rights reserved.