| Package | Description |
|---|---|
| org.java_websocket | |
| 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 |
WebSocketImpl.startHandshake(ClientHandshakeBuilder handshakedata) |
| Modifier and Type | Method and Description |
|---|---|
ClientHandshakeBuilder |
Draft_6455.postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request) |
abstract ClientHandshakeBuilder |
Draft.postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request) |
| Modifier and Type | Method and Description |
|---|---|
ClientHandshakeBuilder |
Draft_6455.postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request) |
abstract ClientHandshakeBuilder |
Draft.postProcessHandshakeRequestAsClient(ClientHandshakeBuilder request) |
| Modifier and Type | Class and Description |
|---|---|
class |
HandshakeImpl1Client
Implementation for a client handshake
|
Copyright © 2018. All rights reserved.