Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultActor
Default Actor implementation.
|
class |
DefaultCapabilityState
Default implementation of
CapabilityState . |
class |
DefaultChannel
Default Channel implementation.
|
class |
DefaultServer
Default Server implementation.
|
class |
DefaultStaleable
Default implementation of Staleable.
|
class |
DefaultUser
Default implementation of
User . |
class |
DefaultWhoisData
Default implementation of
WhoisData . |
Modifier and Type | Interface and Description |
---|---|
interface |
Actor
Represents an entity on an IRC server which can perform actions.
|
interface |
CapabilityState
Reflects a capability state as told by the server.
|
interface |
Channel
Represents an IRC channel.
|
interface |
MessageReceiver
Represents an
Actor capable of receiving messages. |
interface |
Server
Represents an IRC server.
|
interface |
Staleable
A snapshot that can be noticeably stale.
|
interface |
User
Represents an IRC user.
|
interface |
WhoisData
Describes WHOIS data received.
|
Copyright © 2013–2021 Kitteh. All rights reserved.