Uses of Class
org.glassfish.grizzly.websockets.WebSocketApplication

Packages that use WebSocketApplication
org.glassfish.grizzly.websockets   
 

Uses of WebSocketApplication in org.glassfish.grizzly.websockets
 

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 WebSocketServer.register(String name, WebSocketApplication application)
           
 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.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.