JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package discord4j.gateway.payload
@NonNullApi
package
discord4j.gateway.payload
Websocket payload readers and writers, converting to and from raw bytes.
Related Packages
Package
Description
discord4j.gateway
Components to create websocket clients targeting Discord gateway.
discord4j.gateway.intent
Classes related to the Gateway Intents feature to selectively disable some events.
discord4j.gateway.json
Statically typed representations of Discord's gateway domain.
discord4j.gateway.limiter
discord4j.gateway.retry
Classes supporting
GatewayClient
automatic reconnection.
discord4j.gateway.state
All Classes and Interfaces
Interfaces
Classes
Class
Description
JacksonPayloadReader
JacksonPayloadWriter
PayloadReader
Strategy for reading from a
ByteBuf
and decoding its contents to a
Publisher
of
GatewayPayload
.
PayloadWriter
Strategy for encoding a
GatewayPayload
and writing its contents to a
Publisher
of
ByteBuf
.