Uses of Enum Class
org.java_websocket.enums.HandshakeState
Packages that use HandshakeState
Package
Description
This package encapsulates all implementations in relation with the WebSocket drafts.
This package encapsulates all enums.
-
Uses of HandshakeState in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return HandshakeStateModifier and TypeMethodDescriptionDraft_6455.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response) abstract HandshakeStateDraft.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response) Draft_6455.acceptHandshakeAsServer(ClientHandshake handshakedata) abstract HandshakeStateDraft.acceptHandshakeAsServer(ClientHandshake handshakedata) private HandshakeStateDraft_6455.containsRequestedProtocol(String requestedProtocol) Check if the requested protocol is part of this draft -
Uses of HandshakeState in org.java_websocket.enums
Subclasses with type arguments of type HandshakeState in org.java_websocket.enumsModifier and TypeClassDescriptionenumEnum which represents the states a handshake may be inMethods in org.java_websocket.enums that return HandshakeStateModifier and TypeMethodDescriptionstatic HandshakeStateReturns the enum constant of this class with the specified name.static HandshakeState[]HandshakeState.values()Returns an array containing the constants of this enum class, in the order they are declared.