| Package | Description |
|---|---|
| org.atmosphere.container | |
| org.atmosphere.container.version | |
| org.atmosphere.cpr | |
| org.atmosphere.handler | |
| org.atmosphere.util | |
| org.atmosphere.websocket |
| Modifier and Type | Method and Description |
|---|---|
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 |
Grizzly2CometSupport.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 |
Tomcat7BIOSupportWithWebSocket.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,
WebSocketProcessor webSocketProcessor) |
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 |
Tomcat7BIOSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res) |
Action |
Tomcat7AsyncSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res) |
Action |
Servlet30CometSupport.service(AtmosphereRequest request,
AtmosphereResponse response)
|
Action |
NettyCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
JettyServlet30AsyncSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
JettyCometSupport.service(AtmosphereRequest req,
AtmosphereResponse response)
|
Action |
JettyAsyncSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
Jetty9AsyncSupportWithWebSocket.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
Jetty7CometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
|
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)
|
Action |
Grizzly2WebSocketSupport.service(AtmosphereRequest req,
AtmosphereResponse res) |
Action |
Grizzly2CometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
GlassFishWebSocketSupport.service(AtmosphereRequest request,
AtmosphereResponse response)
|
Action |
GlassFishv2CometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
BlockingIOCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TomcatWebSocket.close(AtmosphereResponse r)
No OPS
|
void |
Jetty9WebSocket.close(AtmosphereResponse r)
No OPS
|
void |
Jetty8WebSocket.close(AtmosphereResponse r)
No OPS
|
void |
GrizzlyWebSocket.close(AtmosphereResponse r)
No OPS
|
void |
Grizzly2WebSocket.close(AtmosphereResponse r)
No OPS
|
WebSocket |
TomcatWebSocket.flush(AtmosphereResponse r)
No OPS
|
WebSocket |
Jetty9WebSocket.flush(AtmosphereResponse r)
No OPS
|
WebSocket |
Jetty8WebSocket.flush(AtmosphereResponse r)
No OPS
|
WebSocket |
GrizzlyWebSocket.flush(AtmosphereResponse r)
No OPS
|
WebSocket |
Grizzly2WebSocket.flush(AtmosphereResponse r)
No OPS
|
WebSocket |
TomcatWebSocket.redirect(AtmosphereResponse r,
java.lang.String location) |
WebSocket |
Jetty9WebSocket.redirect(AtmosphereResponse r,
java.lang.String location)
No OPS
|
WebSocket |
Jetty8WebSocket.redirect(AtmosphereResponse r,
java.lang.String location)
No OPS
|
WebSocket |
GrizzlyWebSocket.redirect(AtmosphereResponse r,
java.lang.String location)
No OPS
|
WebSocket |
Grizzly2WebSocket.redirect(AtmosphereResponse r,
java.lang.String location)
No OPS
|
WebSocket |
TomcatWebSocket.write(AtmosphereResponse r,
byte[] data)
No OPS
|
WebSocket |
Jetty9WebSocket.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 |
Grizzly2WebSocket.write(AtmosphereResponse r,
byte[] data)
No OPS
|
WebSocket |
TomcatWebSocket.write(AtmosphereResponse r,
byte[] data,
int offset,
int length)
No OPS
|
WebSocket |
Jetty9WebSocket.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 |
Grizzly2WebSocket.write(AtmosphereResponse r,
byte[] data,
int offset,
int length)
No OPS
|
WebSocket |
TomcatWebSocket.write(AtmosphereResponse r,
java.lang.String data) |
WebSocket |
Jetty9WebSocket.write(AtmosphereResponse r,
java.lang.String data)
No OPS
|
WebSocket |
Jetty8WebSocket.write(AtmosphereResponse r,
java.lang.String data)
No OPS
|
WebSocket |
GrizzlyWebSocket.write(AtmosphereResponse r,
java.lang.String data)
No OPS
|
WebSocket |
Grizzly2WebSocket.write(AtmosphereResponse r,
java.lang.String data)
No OPS
|
WebSocket |
TomcatWebSocket.writeError(AtmosphereResponse r,
int errorCode,
java.lang.String message) |
WebSocket |
Jetty9WebSocket.writeError(AtmosphereResponse r,
int errorCode,
java.lang.String message)
No OPS
|
WebSocket |
Jetty8WebSocket.writeError(AtmosphereResponse r,
int errorCode,
java.lang.String message)
No OPS
|
WebSocket |
GrizzlyWebSocket.writeError(AtmosphereResponse r,
int errorCode,
java.lang.String message)
No OPS
|
WebSocket |
Grizzly2WebSocket.writeError(AtmosphereResponse r,
int errorCode,
java.lang.String message)
No OPS
|
| Modifier and Type | Method and Description |
|---|---|
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,
boolean writeUsingOriginalResponse)
Write the String 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(byte[] data,
int offset,
int length,
boolean writeUsingOriginalResponse)
Write the String by either using the
PrintWriter or OutputStream. |
AtmosphereResponse |
AtmosphereResponse.write(java.lang.String data)
Write the String by either using the
PrintWriter or OutputStream. |
AtmosphereResponse |
AtmosphereResponse.write(java.lang.String data,
boolean writeUsingOriginalResponse)
Write the String by either using the
PrintWriter or OutputStream. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
AtmosphereRequest request,
AtmosphereResponse response,
AsyncSupport<?> a)
Create an
AtmosphereResourceImpl |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
AtmosphereResponse response,
AsyncSupport<?> a)
Create an
AtmosphereResourceImpl |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest request,
AtmosphereResponse response,
AsyncSupport<?> a,
AtmosphereHandler handler)
Create an
AtmosphereResourceImpl |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereResponse response,
AsyncSupport<?> a,
AtmosphereHandler handler)
Create an
AtmosphereResourceImpl |
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
|
protected void |
AtmosphereFramework.notify(Action.TYPE type,
AtmosphereRequest request,
AtmosphereResponse response) |
void |
AsyncSupportListenerAdapter.onClose(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets closed |
void |
AsyncSupportListener.onClose(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets closed |
void |
AsyncSupportListenerAdapter.onDestroyed(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets destroyed |
void |
AsyncSupportListener.onDestroyed(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets destroyed |
void |
AsyncSupportListenerAdapter.onResume(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets resumed |
void |
AsyncSupportListener.onResume(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets resumed |
void |
AsyncSupportListenerAdapter.onSuspend(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets suspended. |
void |
AsyncSupportListener.onSuspend(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets suspended. |
void |
AsyncSupportListenerAdapter.onTimeout(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets timed out |
void |
AsyncSupportListener.onTimeout(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an
AtmosphereResource gets timed out |
void |
AsyncIOInterceptor.postPayload(AtmosphereResponse response,
byte[] data,
int offset,
int length) |
void |
AsyncIOInterceptor.prePayload(AtmosphereResponse response,
byte[] data,
int offset,
int length) |
AsyncIOWriter |
AsyncIOWriterAdapter.redirect(AtmosphereResponse r,
java.lang.String location)
No OPS
|
AsyncIOWriter |
AsyncIOWriter.redirect(AtmosphereResponse r,
java.lang.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)
|
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 req,
AtmosphereResponse res)
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,
java.lang.String data)
No OPS
|
AsyncIOWriter |
AsyncIOWriter.write(AtmosphereResponse r,
java.lang.String data)
Write a WebSocket message
|
AsyncIOWriter |
AsyncIOWriterAdapter.writeError(AtmosphereResponse r,
int errorCode,
java.lang.String message)
No OPS
|
AsyncIOWriter |
AsyncIOWriter.writeError(AtmosphereResponse r,
int errorCode,
java.lang.String message)
Write an error code
|
| Constructor and Description |
|---|
AsyncIOWriterAdapter(AtmosphereResponse r) |
AtmosphereInterceptorWriter(AtmosphereResponse response) |
AtmosphereResourceImpl(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest req,
AtmosphereResponse response,
AsyncSupport asyncSupport,
AtmosphereHandler atmosphereHandler)
Create an
AtmosphereResource. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
OnMessage.onMessage(AtmosphereResponse response,
T message)
Implement this method to get invoked every time a new
Broadcaster.broadcast(Object)
occurs. |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteArrayAsyncWriter.close(AtmosphereResponse r) |
AsyncIOWriter |
ByteArrayAsyncWriter.write(AtmosphereResponse r,
byte[] data) |
AsyncIOWriter |
ByteArrayAsyncWriter.write(AtmosphereResponse r,
byte[] data,
int offset,
int length) |
AsyncIOWriter |
ByteArrayAsyncWriter.write(AtmosphereResponse r,
java.lang.String data) |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereResponse |
WebSocketProcessor.WebSocketException.response() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWebSocketProcessor.dispatch(WebSocket webSocket,
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) |
java.lang.String |
WebSocketResponseFilter.filter(AtmosphereResponse r,
java.lang.String message)
Transform of filter the message, return a new one or the same
|
java.lang.String |
WebSocketResponseFilter.NoOpsWebSocketResponseFilter.filter(AtmosphereResponse r,
java.lang.String message) |
| Constructor and Description |
|---|
WebSocketProcessor.WebSocketException(java.lang.String s,
AtmosphereResponse r) |
WebSocketProcessor.WebSocketException(java.lang.Throwable throwable,
AtmosphereResponse r) |
Copyright © 2018. All Rights Reserved.