HandShake |
ProtocolHandler.handshake(org.glassfish.grizzly.filterchain.FilterChainContext ctx,
WebSocketApplication app,
org.glassfish.grizzly.http.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)
|
void |
HandShake.respond(org.glassfish.grizzly.filterchain.FilterChainContext ctx,
WebSocketApplication application,
org.glassfish.grizzly.http.HttpResponsePacket response) |
void |
WebSocketEngine.unregister(WebSocketApplication app) |