Uses of Enum
com.neovisionaries.ws.client.DualStackMode
-
Uses of DualStackMode in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as DualStackModeModifier and TypeFieldDescriptionprivate DualStackMode
SocketConnector.mDualStackMode
private DualStackMode
WebSocketFactory.mDualStackMode
private final DualStackMode
SocketInitiator.mMode
Methods in com.neovisionaries.ws.client that return DualStackModeModifier and TypeMethodDescriptionWebSocketFactory.getDualStackMode()
Get the dual stack mode that will be applied when establishing a socket connection.static DualStackMode
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.Methods in com.neovisionaries.ws.client with parameters of type DualStackModeModifier and TypeMethodDescriptionWebSocketFactory.setDualStackMode
(DualStackMode mode) Set the dual stack mode that will be applied when establishing a socket connection.(package private) SocketConnector
SocketConnector.setDualStackSettings
(DualStackMode mode, int fallbackDelay) Constructors in com.neovisionaries.ws.client with parameters of type DualStackModeModifierConstructorDescriptionSocketInitiator
(SocketFactory socketFactory, Address address, int connectTimeout, String[] serverNames, DualStackMode mode, int fallbackDelay)