Uses of Class
org.java_websocket.exceptions.InvalidHandshakeException
Packages that use InvalidHandshakeException
Package
Description
This package encapsulates all implementations in relation with the WebSocketClient.
This package encapsulates all implementations in relation with the WebSocket drafts.
-
Uses of InvalidHandshakeException in org.java_websocket
Methods in org.java_websocket that throw InvalidHandshakeExceptionModifier and TypeMethodDescriptionvoidWebSocketImpl.startHandshake(ClientHandshakeBuilder handshakedata) -
Uses of InvalidHandshakeException in org.java_websocket.client
Methods in org.java_websocket.client that throw InvalidHandshakeExceptionModifier and TypeMethodDescriptionprivate voidWebSocketClient.sendHandshake()Create and send the handshake to the other endpoint -
Uses of InvalidHandshakeException in org.java_websocket.drafts
Methods in org.java_websocket.drafts that throw InvalidHandshakeExceptionModifier and TypeMethodDescriptionDraft_6455.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response) abstract HandshakeStateDraft.acceptHandshakeAsClient(ClientHandshake request, ServerHandshake response) Draft_6455.acceptHandshakeAsServer(ClientHandshake handshakedata) abstract HandshakeStateDraft.acceptHandshakeAsServer(ClientHandshake handshakedata) abstract ClientHandshakeBuilderDraft.postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request) Draft_6455.postProcessHandshakeResponseAsServer(ClientHandshake request, ServerHandshakeBuilder response) abstract HandshakeBuilderDraft.postProcessHandshakeResponseAsServer(ClientHandshake request, ServerHandshakeBuilder response) Draft.translateHandshake(ByteBuffer buf) static HandshakeBuilderDraft.translateHandshakeHttp(ByteBuffer buf, Role role) private static HandshakeBuilderDraft.translateHandshakeHttpClient(String[] firstLineTokens, String line) Checking the handshake for the role as clientprivate static HandshakeBuilderDraft.translateHandshakeHttpServer(String[] firstLineTokens, String line) Checking the handshake for the role as server