Uses of Class
org.atmosphere.cpr.AtmosphereResponse

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

Uses of AtmosphereResponse in org.atmosphere.container
 

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

Uses of AtmosphereResponse in org.atmosphere.container.version
 

Methods in org.atmosphere.container.version with parameters of type AtmosphereResponse
 void TomcatWebSocket.close(AtmosphereResponse r)
          No OPS
 void Jetty8WebSocket.close(AtmosphereResponse r)
          No OPS
 void GrizzlyWebSocket.close(AtmosphereResponse r)
          No OPS
 WebSocket TomcatWebSocket.flush(AtmosphereResponse r)
          No OPS
 WebSocket Jetty8WebSocket.flush(AtmosphereResponse r)
          No OPS
 WebSocket GrizzlyWebSocket.flush(AtmosphereResponse r)
          No OPS
 WebSocket TomcatWebSocket.redirect(AtmosphereResponse r, String location)
           
 WebSocket Jetty8WebSocket.redirect(AtmosphereResponse r, String location)
          No OPS
 WebSocket GrizzlyWebSocket.redirect(AtmosphereResponse r, String location)
          No OPS
 WebSocket TomcatWebSocket.write(AtmosphereResponse r, byte[] data)
          No OPS
 WebSocket Jetty8WebSocket.write(AtmosphereResponse r, byte[] data)
          No OPS
 WebSocket GrizzlyWebSocket.write(AtmosphereResponse r, byte[] data)
          No OPS
 WebSocket TomcatWebSocket.write(AtmosphereResponse r, byte[] data, int offset, int length)
          No OPS
 WebSocket Jetty8WebSocket.write(AtmosphereResponse r, byte[] data, int offset, int length)
          No OPS
 WebSocket GrizzlyWebSocket.write(AtmosphereResponse r, byte[] data, int offset, int length)
          No OPS
 WebSocket TomcatWebSocket.write(AtmosphereResponse r, String data)
           
 WebSocket Jetty8WebSocket.write(AtmosphereResponse r, String data)
          No OPS
 WebSocket GrizzlyWebSocket.write(AtmosphereResponse r, String data)
          No OPS
 WebSocket TomcatWebSocket.writeError(AtmosphereResponse r, int errorCode, String message)
           
 WebSocket Jetty8WebSocket.writeError(AtmosphereResponse r, int errorCode, String message)
          No OPS
 WebSocket GrizzlyWebSocket.writeError(AtmosphereResponse r, int errorCode, String message)
          No OPS
 

Uses of AtmosphereResponse in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr that return AtmosphereResponse
 AtmosphereResponse AtmosphereResponse.asyncIOWriter(AsyncIOWriter asyncIOWriter)
          Set an implementation of AsyncIOWriter that will be invoked every time a write operation is ready to be processed.
 AtmosphereResponse AtmosphereResponse.Builder.build()
           
static AtmosphereResponse AtmosphereResponse.create()
          Create an instance not associated with any response parent.
 AtmosphereResponse AtmosphereResponse.destroyable(boolean destroyable)
           
 AtmosphereResponse AtmosphereResourceImpl.getResponse()
          Return the AtmosphereResponse
 AtmosphereResponse AtmosphereResource.getResponse()
          Return the AtmosphereResponse
 AtmosphereResponse AtmosphereResourceImpl.getResponse(boolean enforceScope)
          
 AtmosphereResponse AtmosphereResponse.request(AtmosphereRequest atmosphereRequest)
          Set the associated AtmosphereRequest
static AtmosphereResponse AtmosphereResponse.wrap(javax.servlet.http.HttpServletResponse response)
          Wrap an HttpServletResponse
 AtmosphereResponse AtmosphereResponse.write(byte[] data)
          Write the bytes by either using the PrintWriter or OutputStream.
 AtmosphereResponse AtmosphereResponse.write(byte[] data, int offset, int length)
          Write the bytes by either using the PrintWriter or OutputStream.
 AtmosphereResponse AtmosphereResponse.write(String data)
          Write the String by either using the PrintWriter or OutputStream.
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResponse
 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.
 void AsyncIOWriterAdapter.close(AtmosphereResponse r)
          No OPS
 void AsyncIOWriter.close(AtmosphereResponse r)
          Close the underlying connection.
 Action AtmosphereFramework.doCometSupport(AtmosphereRequest req, AtmosphereResponse res)
          Invoke the proprietary AsyncSupport
 AsyncIOWriter AsyncIOWriterAdapter.flush(AtmosphereResponse r)
          No OPS
 AsyncIOWriter AsyncIOWriter.flush(AtmosphereResponse r)
          Flush the buffered content
 AsyncIOWriter AsyncIOWriterAdapter.redirect(AtmosphereResponse r, String location)
          No OPS
 AsyncIOWriter AsyncIOWriter.redirect(AtmosphereResponse r, String location)
          Redirect a WebSocket request to another location
 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.
 Action AsyncSupport.service(AtmosphereRequest req, AtmosphereResponse res)
          Serve the AtmosphereRequest and the AtmosphereResponse and return the appropriate Action.
 Action AsynchronousProcessor.suspended(AtmosphereRequest request, AtmosphereResponse response)
          All proprietary Comet based Servlet must invoke the suspended method when the first request comes in.
 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.
 AsyncIOWriter AsyncIOWriterAdapter.write(AtmosphereResponse r, byte[] data)
          No OPS
 AsyncIOWriter AsyncIOWriter.write(AtmosphereResponse r, byte[] data)
          Write a WebSocket message
 AsyncIOWriter AsyncIOWriterAdapter.write(AtmosphereResponse r, byte[] data, int offset, int length)
          No OPS
 AsyncIOWriter AsyncIOWriter.write(AtmosphereResponse r, byte[] data, int offset, int length)
          Write a WebSocket message
 AsyncIOWriter AsyncIOWriterAdapter.write(AtmosphereResponse r, String data)
          No OPS
 AsyncIOWriter AsyncIOWriter.write(AtmosphereResponse r, String data)
          Write a WebSocket message
 AsyncIOWriter AsyncIOWriterAdapter.writeError(AtmosphereResponse r, int errorCode, String message)
          No OPS
 AsyncIOWriter AsyncIOWriter.writeError(AtmosphereResponse r, int errorCode, String message)
          Write an error code
 

Constructors in org.atmosphere.cpr with parameters of type AtmosphereResponse
AsyncIOWriterAdapter(AtmosphereResponse r)
           
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[] WebSocketResponseFilter.filter(AtmosphereResponse r, byte[] message)
          Transform of filter the message, return a new one or the same
 byte[] WebSocketResponseFilter.NoOpsWebSocketResponseFilter.filter(AtmosphereResponse r, byte[] message)
           
 byte[] WebSocketResponseFilter.filter(AtmosphereResponse r, byte[] message, int offset, int length)
          Transform of filter the message, return a new one or the same
 byte[] WebSocketResponseFilter.NoOpsWebSocketResponseFilter.filter(AtmosphereResponse r, byte[] message, int offset, int length)
           
 String WebSocketResponseFilter.filter(AtmosphereResponse r, String message)
          Transform of filter the message, return a new one or the same
 String WebSocketResponseFilter.NoOpsWebSocketResponseFilter.filter(AtmosphereResponse r, String message)
           
 

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



Copyright © 2012. All Rights Reserved.