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 HandshakeState
Draft.acceptHandshakeAsClient
(ClientHandshake request, ServerHandshake response) Draft_6455.acceptHandshakeAsServer
(ClientHandshake handshakedata) abstract HandshakeState
Draft.acceptHandshakeAsServer
(ClientHandshake handshakedata) -
Uses of HandshakeState in org.java_websocket.enums
Methods in org.java_websocket.enums that return HandshakeStateModifier and TypeMethodDescriptionstatic HandshakeState
Returns 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.