| Package | Description |
|---|---|
| org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
| Modifier and Type | Method and Description |
|---|---|
static Client.Builder.Server.SecurityType |
Client.Builder.Server.SecurityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Client.Builder.Server.SecurityType[] |
Client.Builder.Server.SecurityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull Client.Builder.Server |
Client.Builder.Server.port(int port,
@NonNull Client.Builder.Server.SecurityType security)
Sets the server port to which the client will connect and
determines TLS setting.
|
Copyright © 2013–2021 Kitteh. All rights reserved.