Uses of Class
org.atmosphere.cpr.AtmosphereResponse

Packages that use AtmosphereResponse
org.atmosphere.container   
org.atmosphere.cpr   
org.atmosphere.websocket   
org.atmosphere.websocket.protocol   
 

Uses of AtmosphereResponse in org.atmosphere.container
 

Methods in org.atmosphere.container with parameters of type AtmosphereResponse
 AtmosphereFramework.Action TomcatCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action Tomcat7CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action JettyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action JBossWebCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action GrizzlyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action GlassFishv2CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action BlockingIOCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res)
           
static AtmosphereFramework.Action JettyWebSocketUtil.doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory)
           
 AtmosphereFramework.Action Jetty7CometSupport.resumed(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action TomcatCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereFramework.Action Tomcat7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereFramework.Action Tomcat7AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res)
           
 AtmosphereFramework.Action Servlet30CometSupport.service(AtmosphereRequest request, AtmosphereResponse response)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action Servlet30AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action NettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action JettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse response)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action JettyAsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action Jetty7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action JBossWebCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Invoked by the Tomcat AIO when a Comet request gets detected.
 AtmosphereFramework.Action GrizzlyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action GlassFishWebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action GlassFishv2CometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action BlockingIOCometSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
protected  void BlockingIOCometSupport.suspend(AtmosphereFramework.Action action, AtmosphereRequest req, AtmosphereResponse res)
          Suspend the connection by blocking the current Thread
 

Uses of AtmosphereResponse in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return AtmosphereResponse
 AtmosphereResponse AtmosphereResponse.Builder.build()
           
 AtmosphereResponse AtmosphereResourceImpl.getResponse()
          Return the AtmosphereResponse
 AtmosphereResponse AtmosphereResource.getResponse()
          Return the AtmosphereResponse
 AtmosphereResponse AtmosphereResourceImpl.getResponse(boolean enforceScope)
          
static AtmosphereResponse AtmosphereResponse.wrap(javax.servlet.http.HttpServletResponse response)
          Wrap an HttpServletResponse
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResponse
 AtmosphereFramework.Action AsynchronousProcessor.cancelled(AtmosphereRequest req, AtmosphereResponse res)
          All proprietary Comet based Servlet must invoke the cancelled method when the underlying WebServer detect that the client closed the connection.
 AtmosphereFramework.Action AtmosphereFramework.doCometSupport(AtmosphereRequest req, AtmosphereResponse res)
          Invoke the proprietary AsyncSupport
 byte[] AsyncProtocol.handleResponse(AtmosphereResponse res, byte[] message, int offset, int length)
          Give a chance to a AsyncProtocol to modify the final response using a fake AtmosphereResponse that was dispatched to a ServletContainer and it's framework or application running it.
 String AsyncProtocol.handleResponse(AtmosphereResponse res, String message)
          Give a chance to a AsyncProtocol to modify the final response using a fake AtmosphereResponse that was dispatched to a ServletContainer and it's framework or application running it.
 AtmosphereFramework.Action AsynchronousProcessor.resumed(AtmosphereRequest request, AtmosphereResponse response)
          All proprietary Comet based Servlet must invoke the resume method when the Atmosphere's application decide to resume the AtmosphereResponse.
 AtmosphereFramework.Action AsyncSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate AtmosphereFramework.Action.
 AtmosphereFramework.Action AsynchronousProcessor.suspended(AtmosphereRequest request, AtmosphereResponse response)
          All proprietary Comet based Servlet must invoke the suspended method when the first request comes in.
 AtmosphereFramework.Action AsynchronousProcessor.timedout(AtmosphereRequest request, AtmosphereResponse response)
          All proprietary Comet based Servlet must invoke the timedout method when the underlying WebServer time out the AtmosphereResponse.
 

Constructors in org.atmosphere.cpr with parameters of type AtmosphereResponse
AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)
          Create an AtmosphereResource.
 

Uses of AtmosphereResponse in org.atmosphere.websocket
 

Methods in org.atmosphere.websocket that return AtmosphereResponse
 AtmosphereResponse WebSocketProcessor.WebSocketException.response()
           
 

Methods in org.atmosphere.websocket with parameters of type AtmosphereResponse
protected  void WebSocketProcessor.dispatch(AtmosphereRequest request, AtmosphereResponse r)
          Dispatch to request/response to the AsyncSupport implementation as it was a normal HTTP request.
 byte[] WebSocketHandler.handleResponse(AtmosphereResponse res, byte[] message, int offset, int length)
          Give a chance to a AsyncProtocol to modify the final response using a fake AtmosphereResponse that was dispatched to a ServletContainer and it's framework or application running it.
 String WebSocketHandler.handleResponse(AtmosphereResponse res, String message)
          Give a chance to a AsyncProtocol to modify the final response using a fake AtmosphereResponse that was dispatched to a ServletContainer and it's framework or application running it.
 

Constructors in org.atmosphere.websocket with parameters of type AtmosphereResponse
WebSocketProcessor.WebSocketException(String s, AtmosphereResponse r)
           
WebSocketProcessor.WebSocketException(Throwable throwable, AtmosphereResponse r)
           
 

Uses of AtmosphereResponse in org.atmosphere.websocket.protocol
 

Methods in org.atmosphere.websocket.protocol with parameters of type AtmosphereResponse
 byte[] SimpleHttpProtocol.handleResponse(AtmosphereResponse res, byte[] message, int offset, int length)
           
 byte[] EchoProtocol.handleResponse(AtmosphereResponse res, byte[] message, int offset, int length)
           
 String SimpleHttpProtocol.handleResponse(AtmosphereResponse res, String message)
          Give a chance to a AsyncProtocol to modify the final response using a fake AtmosphereResponse that was dispatched to a ServletContainer and it's framework or application running it.
 String EchoProtocol.handleResponse(AtmosphereResponse res, String message)
          Give a chance to a AsyncProtocol to modify the final response using a fake AtmosphereResponse that was dispatched to a ServletContainer and it's framework or application running it.
 



Copyright © 2012. All Rights Reserved.