Package | Description |
---|---|
org.glassfish.grizzly.websockets | |
org.glassfish.grizzly.websockets.rfc6455 |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseWebSocketFilter.onHandshakeFailure(Connection connection,
HandshakeException e)
The method is called when WebSocket handshake fails for the
Connection . |
Modifier and Type | Method and Description |
---|---|
static SecKey |
SecKey.generateServerKey(SecKey clientKey)
Generate server-side security key, which gets passed to the client during
the handshake phase as part of message payload.
|
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 | Method and Description |
---|---|
void |
RFC6455HandShake.validateServerResponse(HttpResponsePacket headers) |
Copyright © 2015 Oracle Corporation. All rights reserved.