| Package | Description |
|---|---|
| org.kitteh.irc.client.library.defaults.feature.network | |
| org.kitteh.irc.client.library.feature.network |
Networking is fun for the whole family!
|
| Modifier and Type | Class and Description |
|---|---|
class |
JavaResolver
A slightly improved resolution design than the Java default (which always
returns the first acquired, which is often the same).
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull Resolver |
NettyNetworkHandler.getResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
NettyNetworkHandler.setResolver(@NonNull Resolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
@NonNull Resolver |
NetworkHandler.getResolver()
Gets the resolver used by this network handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkHandler.setResolver(@NonNull Resolver resolver)
Sets the resolver used by this network handler.
|
Copyright © 2013–2021 Kitteh. All rights reserved.