DefaultShardManager.ForwardingSessionReconnectQueue
@Deprecated
public class SessionReconnectQueue
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
RECONNECT_DELAY |
Deprecated.
|
Constructor | Description |
---|---|
SessionReconnectQueue() |
Deprecated.
|
SessionReconnectQueue(java.util.concurrent.BlockingQueue<net.dv8tion.jda.core.requests.WebSocketClient> reconnectQueue) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
appendSession(net.dv8tion.jda.core.requests.WebSocketClient client) |
Deprecated.
|
void |
removeSession(net.dv8tion.jda.core.requests.WebSocketClient client) |
Deprecated.
|
public static final int RECONNECT_DELAY