Uses of Enum
com.neovisionaries.ws.client.DualStackMode
-
Uses of DualStackMode in com.neovisionaries.ws.client
Subclasses with type arguments of type DualStackMode in com.neovisionaries.ws.clientModifier and TypeClassDescriptionenumThe dual stack mode defines which IP address families will be used to establish a connection.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 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.Constructors in com.neovisionaries.ws.client with parameters of type DualStackModeModifierConstructorDescriptionSocketInitiator(SocketFactory socketFactory, com.neovisionaries.ws.client.Address address, int connectTimeout, String[] serverNames, DualStackMode mode, int fallbackDelay)