| Package | Description |
|---|---|
| org.glassfish.grizzly.websockets | |
| org.glassfish.grizzly.websockets.rfc6455 |
| Modifier and Type | Field and Description |
|---|---|
HandShake |
WebSocketHolder.handshake |
| Modifier and Type | Method and Description |
|---|---|
abstract HandShake |
ProtocolHandler.createClientHandShake(URI uri) |
abstract HandShake |
ProtocolHandler.createServerHandShake(org.glassfish.grizzly.http.HttpContent requestContent) |
HandShake |
ProtocolHandler.handshake(org.glassfish.grizzly.filterchain.FilterChainContext ctx,
WebSocketApplication app,
org.glassfish.grizzly.http.HttpContent request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WebSocketApplication.handshake(HandShake handshake)
This method will be called, when initial
WebSocket handshake
process has been completed, but allows the application to perform further
negotiation/validation. |
| Modifier and Type | Class and Description |
|---|---|
class |
RFC6455HandShake |
| Modifier and Type | Method and Description |
|---|---|
HandShake |
RFC6455Handler.createClientHandShake(URI uri) |
HandShake |
RFC6455Handler.createServerHandShake(org.glassfish.grizzly.http.HttpContent requestContent) |
Copyright © 2021 Oracle Corporation. All Rights Reserved.