|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebSocketApplication | |
|---|---|
| org.glassfish.grizzly.websockets | |
| Uses of WebSocketApplication in org.glassfish.grizzly.websockets |
|---|
| Fields in org.glassfish.grizzly.websockets declared as WebSocketApplication | |
|---|---|
WebSocketApplication |
WebSocketEngine.WebSocketHolder.application
|
| Methods in org.glassfish.grizzly.websockets that return WebSocketApplication | |
|---|---|
WebSocketApplication |
WebSocketEngine.getApplication(HttpRequestPacket request)
|
| Methods in org.glassfish.grizzly.websockets with parameters of type WebSocketApplication | |
|---|---|
HandShake |
ProtocolHandler.handshake(FilterChainContext ctx,
WebSocketApplication app,
HttpContent request)
|
void |
WebSocketEngine.register(String name,
WebSocketApplication app)
Deprecated. use WebSocketEngine.register(WebSocketApplication) |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||