Uses of Interface
org.java_websocket.handshake.ServerHandshake
Packages that use ServerHandshake
Package
Description
This package encapsulates all implementations in relation with the WebSocketClient.
This package encapsulates all implementations in relation with the WebSocket drafts.
This package encapsulates all interfaces and implementations in relation with the WebSocket
handshake.
-
Uses of ServerHandshake in org.java_websocket
Methods in org.java_websocket with parameters of type ServerHandshakeModifier and TypeMethodDescriptionvoid
WebSocketAdapter.onWebsocketHandshakeReceivedAsClient
(WebSocket conn, ClientHandshake request, ServerHandshake response) void
WebSocketListener.onWebsocketHandshakeReceivedAsClient
(WebSocket conn, ClientHandshake request, ServerHandshake response) Called on the client side when the socket connection is first established, and the WebSocketImpl handshake response has been received. -
Uses of ServerHandshake in org.java_websocket.client
Methods in org.java_websocket.client with parameters of type ServerHandshakeModifier and TypeMethodDescriptionabstract void
WebSocketClient.onOpen
(ServerHandshake handshakedata) Called after an opening handshake has been performed and the given websocket is ready to be written on. -
Uses of ServerHandshake in org.java_websocket.drafts
Methods in org.java_websocket.drafts with parameters of type ServerHandshakeModifier and TypeMethodDescriptionDraft_6455.acceptHandshakeAsClient
(ClientHandshake request, ServerHandshake response) abstract HandshakeState
Draft.acceptHandshakeAsClient
(ClientHandshake request, ServerHandshake response) -
Uses of ServerHandshake in org.java_websocket.handshake
Subinterfaces of ServerHandshake in org.java_websocket.handshakeModifier and TypeInterfaceDescriptioninterface
The interface for building a handshake for the serverClasses in org.java_websocket.handshake that implement ServerHandshakeModifier and TypeClassDescriptionclass
Implementation for a server handshake