Modifier and Type | Method and Description |
---|---|
DualStackMode |
WebSocketFactory.getDualStackMode()
Get the dual stack mode that will be applied when establishing a socket
connection.
|
static DualStackMode |
DualStackMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DualStackMode[] |
DualStackMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WebSocketFactory |
WebSocketFactory.setDualStackMode(DualStackMode mode)
Set the dual stack mode that will be applied when establishing a socket
connection.
|
Constructor and Description |
---|
SocketInitiator(SocketFactory socketFactory,
com.neovisionaries.ws.client.Address address,
int connectTimeout,
String[] serverNames,
DualStackMode mode,
int fallbackDelay) |
Copyright © 2021. All rights reserved.