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.lookupApplication(String name)
          Get the WebSocketApplication, associated with the passed name.
 

Methods in org.glassfish.grizzly.websockets with parameters of type WebSocketApplication
 void WebSocketEngine.registerApplication(String name, WebSocketApplication app)
          Register the WebSocketApplication and associate it with the given name.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.