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 WebSocketApplicationMethods in org.glassfish.grizzly.websockets with parameters of type WebSocketApplicationModifier and TypeMethodDescriptionProtocolHandler.handshake(FilterChainContext ctx, WebSocketApplication app, 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(FilterChainContext ctx, WebSocketApplication application, HttpResponsePacket response) voidWebSocketEngine.unregister(WebSocketApplication app)
WebSocketEngine.register(String, String, WebSocketApplication)