|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereResponse | |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.websocket | |
| org.atmosphere.websocket.protocol | |
| Uses of AtmosphereResponse in org.atmosphere.container |
|---|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||