| Package | Description |
|---|---|
| org.glassfish.grizzly.websockets |
| Modifier and Type | Field and Description |
|---|---|
WebSocketApplication |
WebSocketEngine.WebSocketHolder.application |
| Modifier and Type | Method and Description |
|---|---|
WebSocketApplication |
WebSocketEngine.getApplication(HttpRequestPacket request) |
| Modifier and Type | Method and Description |
|---|---|
HandShake |
ProtocolHandler.handshake(FilterChainContext ctx,
WebSocketApplication app,
HttpContent request) |
void |
WebSocketEngine.register(String name,
WebSocketApplication app)
Deprecated.
|
void |
WebSocketEngine.register(WebSocketApplication app)
Registers the specified
WebSocketApplication with the
WebSocketEngine. |
void |
HandShake.respond(FilterChainContext ctx,
WebSocketApplication application,
HttpResponsePacket response) |
void |
WebSocketEngine.unregister(WebSocketApplication app)
Un-registers the specified
WebSocketApplication with the
WebSocketEngine. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.