Uses of Class
com.neovisionaries.ws.client.DualStackMode
-
-
Uses of DualStackMode in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as DualStackMode Modifier and Type Field Description private DualStackMode
SocketConnector. mDualStackMode
private DualStackMode
WebSocketFactory. mDualStackMode
private DualStackMode
SocketInitiator. mMode
Methods in com.neovisionaries.ws.client that return DualStackMode Modifier and Type Method Description DualStackMode
WebSocketFactory. getDualStackMode()
Get the dual stack mode that will be applied when establishing a socket connection.static DualStackMode
DualStackMode. valueOf(java.lang.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.Methods in com.neovisionaries.ws.client with parameters of type DualStackMode Modifier and Type Method Description WebSocketFactory
WebSocketFactory. 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 DualStackMode Constructor Description SocketInitiator(javax.net.SocketFactory socketFactory, Address address, int connectTimeout, java.lang.String[] serverNames, DualStackMode mode, int fallbackDelay)
-