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 DualStackModeSocketConnector.mDualStackModeprivate DualStackModeWebSocketFactory.mDualStackModeprivate final DualStackModeSocketInitiator.mModeMethods 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 DualStackModeReturns 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) SocketConnectorSocketConnector.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)