Package | Description |
---|---|
org.kitteh.irc.client.library.defaults.element |
Default element implementations.
|
org.kitteh.irc.client.library.defaults.feature |
Defaults!
|
org.kitteh.irc.client.library.element |
Classes describing various elements of IRC communication.
|
org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChannel
Default Channel implementation.
|
class |
DefaultStaleable
Default implementation of Staleable.
|
class |
DefaultUser
Default implementation of
User . |
class |
DefaultWhoisData
Default implementation of
WhoisData . |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultActorTracker.isStale(@NonNull Staleable staleable) |
Modifier and Type | Interface and Description |
---|---|
interface |
Channel
Represents an IRC channel.
|
interface |
User
Represents an IRC user.
|
interface |
WhoisData
Describes WHOIS data received.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ActorTracker.isStale(@NonNull Staleable staleable)
Gets if the given staleable object is considered stale by the tracker.
|
Copyright © 2013–2021 Kitteh. All rights reserved.