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 |
HandShake06 |
Modifier and Type | Method and Description |
---|---|
HandShake |
Draft06Handler.createHandShake(HttpContent requestContent) |
HandShake |
Draft06Handler.createHandShake(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
HandShake07 |
Modifier and Type | Method and Description |
---|---|
HandShake |
Draft07Handler.createHandShake(HttpContent requestContent) |
HandShake |
Draft07Handler.createHandShake(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
HandShake08 |
Modifier and Type | Method and Description |
---|---|
HandShake |
Draft08Handler.createHandShake(HttpContent requestContent) |
HandShake |
Draft08Handler.createHandShake(URI uri) |
Modifier and Type | Class and Description |
---|---|
class |
HandShake17 |
Modifier and Type | Method and Description |
---|---|
HandShake |
Draft17Handler.createHandShake(HttpContent requestContent) |
HandShake |
Draft17Handler.createHandShake(URI uri) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.