Uses of Class
com.sun.grizzly.websockets.WebSocketApplication

Packages that use WebSocketApplication
com.sun.grizzly.samples.stickies   
com.sun.grizzly.samples.websockets   
com.sun.grizzly.websockets   
 

Uses of WebSocketApplication in com.sun.grizzly.samples.stickies
 

Subclasses of WebSocketApplication in com.sun.grizzly.samples.stickies
 class StickiesApplication
           
 

Uses of WebSocketApplication in com.sun.grizzly.samples.websockets
 

Subclasses of WebSocketApplication in com.sun.grizzly.samples.websockets
 class ChatApplication
           
 

Uses of WebSocketApplication in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets that return WebSocketApplication
 WebSocketApplication WebSocketEngine.getApplication(Request request)
           
 

Methods in com.sun.grizzly.websockets with parameters of type WebSocketApplication
 void WebSocketEngine.register(String name, WebSocketApplication app)
          Deprecated. 
 void WebSocketEngine.register(WebSocketApplication app)
           
 void WebSocketEngine.unregister(WebSocketApplication app)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.