Uses of Class
org.atmosphere.cpr.AtmosphereResponse

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

Uses of AtmosphereResponse in org.atmosphere.cpr
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereResponse
 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 HttpServletResponse 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 HttpServletResponse that was dispatched to a ServletContainer and it's framework or application running it.
 

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(javax.servlet.http.HttpServletRequest request, AtmosphereResponse<?> r)
          Dispatch to request/response to the CometSupport implementation as it was a normal HTTP request.
 

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 HttpServletResponse 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 HttpServletResponse that was dispatched to a ServletContainer and it's framework or application running it.
 



Copyright © 2011. All Rights Reserved.