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 DualStackModeSocketConnector. mDualStackModeprivate DualStackModeWebSocketFactory. mDualStackModeprivate DualStackModeSocketInitiator. mModeMethods in com.neovisionaries.ws.client that return DualStackMode Modifier and Type Method Description DualStackModeWebSocketFactory. getDualStackMode()Get the dual stack mode that will be applied when establishing a socket connection.static DualStackModeDualStackMode. 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 WebSocketFactoryWebSocketFactory. setDualStackMode(DualStackMode mode)Set the dual stack mode that will be applied when establishing a socket connection.(package private) SocketConnectorSocketConnector. 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)
-