Uses of Class
org.glassfish.grizzly.websockets.WebSocketApplication
Packages that use WebSocketApplication
-
Uses of WebSocketApplication in org.glassfish.grizzly.websockets
Fields in org.glassfish.grizzly.websockets declared as WebSocketApplicationMethods in org.glassfish.grizzly.websockets that return WebSocketApplicationModifier and TypeMethodDescriptionWebSocketEngine.getApplication(org.glassfish.grizzly.http.HttpRequestPacket request) Methods in org.glassfish.grizzly.websockets with parameters of type WebSocketApplicationModifier and TypeMethodDescriptionProtocolHandler.handshake(org.glassfish.grizzly.filterchain.FilterChainContext ctx, WebSocketApplication app, org.glassfish.grizzly.http.HttpContent request) voidWebSocketEngine.register(String contextPath, String urlPattern, WebSocketApplication app) Register a WebSocketApplication to a specific context path and url pattern.voidWebSocketEngine.register(WebSocketApplication app) Deprecated.voidHandShake.respond(org.glassfish.grizzly.filterchain.FilterChainContext ctx, WebSocketApplication application, org.glassfish.grizzly.http.HttpResponsePacket response) voidWebSocketEngine.unregister(WebSocketApplication app)
WebSocketEngine.register(String, String, WebSocketApplication)