Package | Description |
---|---|
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.helper |
Helper interfaces.
|
org.kitteh.irc.client.library.feature.auth |
Protocols used for authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
CapabilityNegotiationResponseEventBase
Abstract base class for events involving capability negotiation (CAP) that
can have a response.
|
class |
CapabilityNegotiationResponseEventWithRequestBase
Abstract base class for specific capability events
|
Modifier and Type | Class and Description |
---|---|
class |
CapabilitiesAcknowledgedEvent
Fired when a CAP ACK command is received.
|
class |
CapabilitiesDeletedSupportedEvent
Fired when a CAP DEL is received.
|
class |
CapabilitiesNewSupportedEvent
Fired when a CAP NEW is received.
|
class |
CapabilitiesRejectedEvent
Fired when a CAP NAK is received.
|
class |
CapabilitiesSupportedListEvent
Fired when a CAP LS is received.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CapabilityNegotiationRequestEvent
An event caused by a received response to capability handling.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSaslProtocol.Listener.capEndable(CapabilityNegotiationResponseEvent event) |
Copyright © 2013–2021 Kitteh. All rights reserved.