Uses of Interface
org.java_websocket.handshake.Handshakedata
Packages that use Handshakedata
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.
This package encapsulates all implementations in relation with the WebSocketServer.
-
Uses of Handshakedata in org.java_websocket
Methods in org.java_websocket with parameters of type HandshakedataModifier and TypeMethodDescriptionvoid
WebSocketListener.onWebsocketOpen
(WebSocket conn, Handshakedata d) Called after onHandshakeReceived returns true. -
Uses of Handshakedata in org.java_websocket.client
Methods in org.java_websocket.client with parameters of type HandshakedataModifier and TypeMethodDescriptionfinal void
WebSocketClient.onWebsocketOpen
(WebSocket conn, Handshakedata handshake) Calls subclass' implementation of onOpen. -
Uses of Handshakedata in org.java_websocket.drafts
Methods in org.java_websocket.drafts that return HandshakedataMethods in org.java_websocket.drafts with parameters of type HandshakedataModifier and TypeMethodDescriptionprotected boolean
Draft.basicAccept
(Handshakedata handshakedata) Draft.createHandshake
(Handshakedata handshakedata) Draft.createHandshake
(Handshakedata handshakedata, boolean withcontent) Draft.createHandshake
(Handshakedata handshakedata, Role ownrole) Deprecated.use createHandshake without the roleDraft.createHandshake
(Handshakedata handshakedata, Role ownrole, boolean withcontent) Deprecated.use createHandshake without the role since it does not have any effect -
Uses of Handshakedata in org.java_websocket.handshake
Subinterfaces of Handshakedata in org.java_websocket.handshakeModifier and TypeInterfaceDescriptioninterface
The interface for a client handshakeinterface
The interface for building a handshake for the clientinterface
The interface for building a handshakeinterface
Interface for the server handshakeinterface
The interface for building a handshake for the serverClasses in org.java_websocket.handshake that implement HandshakedataModifier and TypeClassDescriptionclass
Implementation of a handshake builderclass
Implementation for a client handshakeclass
Implementation for a server handshake -
Uses of Handshakedata in org.java_websocket.server
Methods in org.java_websocket.server with parameters of type HandshakedataModifier and TypeMethodDescriptionfinal void
WebSocketServer.onWebsocketOpen
(WebSocket conn, Handshakedata handshake)