Package | Description |
---|---|
org.kitteh.irc.client.library.command |
Helper classes for executing a subset of commands.
|
org.kitteh.irc.client.library.defaults.element.mode |
Default mode element implementations.
|
org.kitteh.irc.client.library.event.abstractbase |
Abstract events for minimizing code duplication, not guaranteed stable.
|
org.kitteh.irc.client.library.event.capabilities |
Events involving capabilities.
|
org.kitteh.irc.client.library.event.channel |
Events involving a
Channel . |
org.kitteh.irc.client.library.event.client | |
org.kitteh.irc.client.library.event.connection |
Events related to network connectivity.
|
org.kitteh.irc.client.library.event.user | |
org.kitteh.irc.client.library.feature |
Things to make life lovely!
|
org.kitteh.irc.client.library.feature.auth |
Protocols used for authentication.
|
org.kitteh.irc.client.library.feature.twitch.messagetag |
Twitch message tags.
|
org.kitteh.irc.client.library.util |
Utilities!
|
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
AwayCommand.toStringer() |
protected @NonNull ToStringer |
CapabilityRequestCommand.toStringer() |
protected @NonNull ToStringer |
ChannelCommand.toStringer() |
protected @NonNull ToStringer |
ChannelModeCommand.toStringer() |
protected @NonNull ToStringer |
Command.toStringer()
Generates a partial
ToStringer for the command. |
protected @NonNull ToStringer |
KickCommand.toStringer() |
protected @NonNull ToStringer |
MessageCommand.toStringer() |
protected @NonNull ToStringer |
MonitorCommand.toStringer() |
protected @NonNull ToStringer |
NoticeCommand.toStringer() |
protected @NonNull ToStringer |
OperCommand.toStringer() |
protected @NonNull ToStringer |
SetNameCommand.toStringer() |
protected @NonNull ToStringer |
TagMessageCommand.toStringer() |
protected @NonNull ToStringer |
TopicCommand.toStringer() |
protected @NonNull ToStringer |
UserModeCommand.toStringer() |
Modifier and Type | Method and Description |
---|---|
@NonNull ToStringer |
DefaultChannelMode.toStringer() |
@NonNull ToStringer |
DefaultChannelUserMode.toStringer() |
protected @NonNull ToStringer |
DefaultModeBase.toStringer()
Helper method for toString.
|
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
ActorChannelEventBase.toStringer() |
protected @NonNull ToStringer |
ActorChannelMessageEventBase.toStringer() |
protected @NonNull ToStringer |
ActorEventBase.toStringer() |
protected @NonNull ToStringer |
ActorMessageEventBase.toStringer() |
protected @NonNull ToStringer |
ActorPrivateMessageEventBase.toStringer() |
protected @NonNull ToStringer |
CapabilityNegotiationResponseEventBase.toStringer() |
protected @NonNull ToStringer |
CapabilityNegotiationResponseEventWithRequestBase.toStringer() |
protected @NonNull ToStringer |
ChannelEventBase.toStringer() |
protected @NonNull ToStringer |
ChannelMultipleMessageEventBase.toStringer() |
protected @NonNull ToStringer |
ClientEventBase.toStringer()
Generates a partial
ToStringer for the command. |
protected @NonNull ToStringer |
ClientReceiveServerMessageEventBase.toStringer() |
protected @NonNull ToStringer |
MonitoredNickEventBase.toStringer() |
protected @NonNull ToStringer |
PrivateEventBase.toStringer() |
protected @NonNull ToStringer |
ServerMessageEventBase.toStringer() |
protected @NonNull ToStringer |
ServerMultipleMessageEventBase.toStringer() |
protected @NonNull ToStringer |
TargetedUserChannelMessageEventBase.toStringer() |
protected @NonNull ToStringer |
UserInfoChangeEventBase.toStringer() |
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
CapabilitiesAcknowledgedEvent.toStringer() |
protected @NonNull ToStringer |
CapabilitiesDeletedSupportedEvent.toStringer() |
protected @NonNull ToStringer |
CapabilitiesListEvent.toStringer() |
protected @NonNull ToStringer |
CapabilitiesNewSupportedEvent.toStringer() |
protected @NonNull ToStringer |
CapabilitiesRejectedEvent.toStringer() |
protected @NonNull ToStringer |
CapabilitiesSupportedListEvent.toStringer() |
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
ChannelInviteEvent.toStringer() |
protected @NonNull ToStringer |
ChannelKickEvent.toStringer() |
protected @NonNull ToStringer |
ChannelModeEvent.toStringer() |
protected @NonNull ToStringer |
ChannelModeInfoListEvent.toStringer() |
protected @NonNull ToStringer |
ChannelTargetedTagMessageEvent.toStringer() |
protected @NonNull ToStringer |
ChannelTopicEvent.toStringer() |
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
ClientAwayStatusChangeEvent.toStringer() |
protected @NonNull ToStringer |
ClientNegotiationCompleteEvent.toStringer() |
protected @NonNull ToStringer |
NickRejectedEvent.toStringer() |
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
ClientConnectionClosedEvent.toStringer() |
protected @NonNull ToStringer |
ClientConnectionEndedEvent.toStringer() |
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
MonitoredNickListEvent.toStringer() |
protected @NonNull ToStringer |
MonitoredNickListFullEvent.toStringer() |
protected @NonNull ToStringer |
PrivateCtcpQueryEvent.toStringer() |
protected @NonNull ToStringer |
UserAccountStatusEvent.toStringer() |
protected @NonNull ToStringer |
UserAwayMessageEvent.toStringer() |
protected @NonNull ToStringer |
UserModeEvent.toStringer() |
protected @NonNull ToStringer |
WhoisEvent.toStringer() |
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
MessageTagManager.DefaultMessageTag.toStringer()
ToStringPartyTime.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractAccountPassProtocol.toString(ToStringer stringer) |
protected void |
AbstractAccountSaslProtocol.toString(ToStringer stringer) |
protected abstract void |
AbstractAuthProtocol.toString(ToStringer stringer)
Adds data to toString.
|
protected void |
AbstractSaslProtocol.toString(ToStringer stringer) |
protected void |
SaslEcdsaNist256PChallenge.toString(ToStringer stringer) |
protected void |
SaslPlain.toString(ToStringer stringer) |
Modifier and Type | Method and Description |
---|---|
protected @NonNull ToStringer |
Badges.toStringer() |
protected @NonNull ToStringer |
Emotes.toStringer() |
@NonNull ToStringer |
EmoteSets.toStringer() |
Modifier and Type | Method and Description |
---|---|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
boolean b)
Adds a boolean.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
byte b)
Adds a byte.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
char c)
Adds a char.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
double d)
Adds a double.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
float f)
Adds a float.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
int i)
Adds an int.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
long l)
Adds a long.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
@Nullable Object object)
Adds an object.
|
@NonNull ToStringer |
ToStringer.add(@NonNull String name,
short s)
Adds a short.
|
Copyright © 2013–2021 Kitteh. All rights reserved.