Uses of Class
org.java_websocket.drafts.Draft.HandshakeState
-
Packages that use Draft.HandshakeState Package Description org.java_websocket.drafts This package encapsulates all implementations in relation with the WebSocket drafts. -
-
Uses of Draft.HandshakeState in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return Draft.HandshakeState Modifier and Type Method Description Draft.HandshakeState
Draft_6455. acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)
abstract Draft.HandshakeState
Draft. acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)
Draft.HandshakeState
Draft_6455. acceptHandshakeAsServer(ClientHandshake handshakedata)
abstract Draft.HandshakeState
Draft. acceptHandshakeAsServer(ClientHandshake handshakedata)
static Draft.HandshakeState
Draft.HandshakeState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Draft.HandshakeState[]
Draft.HandshakeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-