Uses of Class
com.sun.grizzly.cometd.CometdResponse

Packages that use CometdResponse
com.sun.grizzly.cometd   
 

Uses of CometdResponse in com.sun.grizzly.cometd
 

Methods in com.sun.grizzly.cometd that return CometdResponse
 CometdResponse CometdContext.getResponse()
           
 

Methods in com.sun.grizzly.cometd with parameters of type CometdResponse
 void EventRouter.route(CometdRequest request, CometdResponse response)
          Route a CometD message.
 void EventRouterImpl.route(CometdRequest req, CometdResponse res)
          Route a CometD message.
protected  void DataHandler.write(String s, CometdResponse res, boolean flush)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.