Uses of Interface
org.java_websocket.handshake.ClientHandshakeBuilder
-
Packages that use ClientHandshakeBuilder Package Description org.java_websocket org.java_websocket.drafts This package encapsulates all implementations in relation with the WebSocket drafts.org.java_websocket.handshake This package encapsulates all interfaces and implementations in relation with the WebSocket handshake. -
-
Uses of ClientHandshakeBuilder in org.java_websocket
Methods in org.java_websocket with parameters of type ClientHandshakeBuilder Modifier and Type Method Description void
WebSocketImpl. startHandshake(ClientHandshakeBuilder handshakedata)
-
Uses of ClientHandshakeBuilder in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return ClientHandshakeBuilder Modifier and Type Method Description ClientHandshakeBuilder
Draft_6455. postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request)
abstract ClientHandshakeBuilder
Draft. postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request)
Methods in org.java_websocket.drafts with parameters of type ClientHandshakeBuilder Modifier and Type Method Description ClientHandshakeBuilder
Draft_6455. postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request)
abstract ClientHandshakeBuilder
Draft. postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request)
-
Uses of ClientHandshakeBuilder in org.java_websocket.handshake
Classes in org.java_websocket.handshake that implement ClientHandshakeBuilder Modifier and Type Class Description class
HandshakeImpl1Client
Implementation for a client handshake
-