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.createHandShake(HttpContent requestContent) |
abstract HandShake |
ProtocolHandler.createHandShake(URI uri) |
HandShake |
ProtocolHandler.handshake(FilterChainContext ctx,
WebSocketApplication app,
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.createHandShake(HttpContent requestContent) |
HandShake |
RFC6455Handler.createHandShake(URI uri) |
Copyright © 2014 Oracle Corporation. All rights reserved.