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.HandshakeStateDraft_6455. acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)abstract Draft.HandshakeStateDraft. acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response)Draft.HandshakeStateDraft_6455. acceptHandshakeAsServer(ClientHandshake handshakedata)abstract Draft.HandshakeStateDraft. acceptHandshakeAsServer(ClientHandshake handshakedata)static Draft.HandshakeStateDraft.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.
-