Package | Description |
---|---|
org.java_websocket | |
org.java_websocket.client |
This package encapsulates all implementations in relation with the WebSocketClient.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
WebSocketAdapter.onWebsocketHandshakeReceivedAsClient(WebSocket conn,
ClientHandshake request,
ServerHandshake response) |
Modifier and Type | Method and Description |
---|---|
abstract void |
WebSocketClient.onOpen(ServerHandshake handshakedata)
Called after an opening handshake has been performed and the given websocket is ready to be written on.
|
Modifier and Type | Method and Description |
---|---|
Draft.HandshakeState |
Draft_6455.acceptHandshakeAsClient(ClientHandshake request,
ServerHandshake response) |
abstract Draft.HandshakeState |
Draft.acceptHandshakeAsClient(ClientHandshake request,
ServerHandshake response) |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerHandshakeBuilder
The interface for building a handshake for the server
|
Modifier and Type | Class and Description |
---|---|
class |
HandshakeImpl1Server
Implementation for a server handshake
|
Copyright © 2018. All rights reserved.