Package | Description |
---|---|
org.kitteh.irc.client.library |
Kitteh IRC Client Library!
|
org.kitteh.irc.client.library.defaults |
Default implementations to power the API.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Client.Builder.Proxy |
Client.Builder.proxy()
Returns proxy builder methods.
|
@NonNull Client.Builder.Proxy |
Client.Builder.Proxy.proxyHost(String host)
Sets the proxy host which the client will use when connecting to the server host.
|
@NonNull Client.Builder.Proxy |
Client.Builder.Proxy.proxyPort(int port)
Sets the proxy port to which the client will connect.
|
@NonNull Client.Builder.Proxy |
Client.Builder.Proxy.proxyType(ProxyType type)
Sets the type of proxy to use when the client connects to the server host.
|
Modifier and Type | Method and Description |
---|---|
@NonNull Client.Builder.Proxy |
DefaultBuilder.proxy() |
Copyright © 2013–2021 Kitteh. All rights reserved.