All Classes and Interfaces
Class
Description
Fired when a websocket shard unexpected disconnected and could not be re-associated with the conduit after reconnecting.
Called when Twitch decides to close our EventSocket.
Called when the connection state of an EventSocket changes.
Called when an EventSocket fails to delete a subscription via the Helix API.
Called when an EventSocket successfully deletes a subscription via the Helix API.
Called when an EventSocket fails to register subscription with the Helix API.
Called when an EventSocket successfully registers a subscription with the Helix API.
Fired when a
TwitchEventSocket receives a
SocketMessageType.SESSION_WELCOME message.The reasons for closing the eventsub websocket connection.
An object that identifies the message sent over EventSub Websockets.
An object that contains the EventSub Websocket message.
Facilitates creating EventSub WebSocket shards for a new or existing Conduit.
A single EventSub websocket for a single user id.
A pool for EventSub websocket subscriptions across multiple users.
A pool for a single user id to subscriptions spread over multiple EventSub websockets.
TwitchSingleUserEventSocketPool.TwitchSingleUserEventSocketPoolBuilder<C extends TwitchSingleUserEventSocketPool,B extends TwitchSingleUserEventSocketPool.TwitchSingleUserEventSocketPoolBuilder<C,B>>