Package org.java_websocket.handshake
This package encapsulates all interfaces and implementations in relation with the WebSocket handshake.
-
Interface Summary Interface Description ClientHandshake The interface for a client handshakeClientHandshakeBuilder The interface for building a handshake for the clientHandshakeBuilder The interface for building a handshakeHandshakedata The interface for the data of a handshakeServerHandshake Interface for the server handshakeServerHandshakeBuilder The interface for building a handshake for the server -
Class Summary Class Description HandshakedataImpl1 Implementation of a handshake builderHandshakeImpl1Client Implementation for a client handshakeHandshakeImpl1Server Implementation for a server handshake