| Package | Description |
|---|---|
| org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
| org.kitteh.irc.client.library.event.user |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWhoisData
Default implementation of
WhoisData. |
| Modifier and Type | Method and Description |
|---|---|
@NonNull WhoisData |
DefaultWhoisData.Builder.build()
Builds a new
WhoisData from the provided information. |
| Modifier and Type | Method and Description |
|---|---|
@NonNull WhoisData |
WhoisEvent.getWhoisData()
Gets the provided WHOIS data.
|
| Constructor and Description |
|---|
WhoisEvent(@NonNull Client client,
@NonNull WhoisData whoisData)
Constructs the event.
|
Copyright © 2013–2021 Kitteh. All rights reserved.