Package | Description |
---|---|
org.glassfish.grizzly.websockets |
Modifier and Type | Field and Description |
---|---|
WebSocketApplication |
WebSocketHolder.application |
Modifier and Type | Method and Description |
---|---|
WebSocketApplication |
WebSocketEngine.getApplication(HttpRequestPacket request) |
WebSocketApplication |
WebSocketEngine.getApplication(HttpRequestPacket request,
boolean checkPrivateMapper) |
Modifier and Type | Method and Description |
---|---|
HandShake |
ProtocolHandler.handshake(FilterChainContext ctx,
WebSocketApplication app,
HttpContent request) |
void |
WebSocketEngine.register(String contextPath,
String urlPattern,
WebSocketApplication app)
Register a WebSocketApplication to a specific context path and url pattern.
|
void |
WebSocketEngine.register(WebSocketApplication app)
Deprecated.
|
void |
HandShake.respond(FilterChainContext ctx,
WebSocketApplication application,
HttpResponsePacket response) |
void |
WebSocketEngine.unregister(WebSocketApplication app) |
Copyright © 2014 Oracle Corporation. All rights reserved.