|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AtmosphereRequest | |
|---|---|
| org.atmosphere.config.managed | |
| org.atmosphere.container | |
| org.atmosphere.cpr | |
| org.atmosphere.util | |
| org.atmosphere.websocket | |
| org.atmosphere.websocket.protocol | |
| Uses of AtmosphereRequest in org.atmosphere.config.managed |
|---|
| Methods in org.atmosphere.config.managed with parameters of type AtmosphereRequest | |
|---|---|
protected void |
MeteorServiceInterceptor.mapAnnotatedService(AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w)
Inspect the request and its mapped AtmosphereHandler to determine if the '{}' was used when defined the
annotation's path value. |
protected void |
ManagedServiceInterceptor.mapAnnotatedService(AtmosphereRequest request,
AtmosphereFramework.AtmosphereHandlerWrapper w)
Inspect the request and its mapped AtmosphereHandler to determine if the '{}' was used when defined the
annotation's path value. |
| Uses of AtmosphereRequest in org.atmosphere.container |
|---|
| Methods in org.atmosphere.container with parameters of type AtmosphereRequest | |
|---|---|
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)
|
protected org.eclipse.jetty.continuation.Continuation |
Jetty7CometSupport.getContinuation(AtmosphereRequest req)
|
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 |
JBossWebSocketSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
|
Action |
JBossWebCometSupport.service(AtmosphereRequest req,
AtmosphereResponse res)
Invoked by the Tomcat AIO when a Comet request gets detected. |
Action |
GrizzlyServlet30WebSocketSupport.service(AtmosphereRequest request,
AtmosphereResponse response)
|
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)
Serve the AtmosphereRequest and the AtmosphereResponse and return
the appropriate Action. |
Action |
GlassFishServlet30WebSocketSupport.service(AtmosphereRequest request,
AtmosphereResponse response)
|
Action |
GlassFishServ30WebSocketSupport.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)
|
| Constructors in org.atmosphere.container with parameters of type AtmosphereRequest | |
|---|---|
JettyWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor)
|
|
TomcatWebSocketHandler(AtmosphereRequest request,
AtmosphereFramework framework,
WebSocketProcessor webSocketProcessor)
|
|
| Uses of AtmosphereRequest in org.atmosphere.cpr |
|---|
| Fields in org.atmosphere.cpr with type parameters of type AtmosphereRequest | |
|---|---|
protected ConcurrentHashMap<AtmosphereRequest,AtmosphereResource> |
AsynchronousProcessor.aliveRequests
|
| Methods in org.atmosphere.cpr that return AtmosphereRequest | |
|---|---|
AtmosphereRequest |
AtmosphereRequest.body(String body)
|
AtmosphereRequest |
AtmosphereRequest.Builder.build()
|
static AtmosphereRequest |
AtmosphereRequest.cloneRequest(javax.servlet.http.HttpServletRequest request,
boolean loadInMemory,
boolean copySession,
boolean isDestroyable)
Copy the HttpServletRequest content inside an AtmosphereRequest. |
AtmosphereRequest |
AtmosphereRequest.contentType(String m)
|
AtmosphereRequest |
AtmosphereRequest.destroyable(boolean destroyable)
|
AtmosphereRequest |
AtmosphereResourceImpl.getRequest()
|
AtmosphereRequest |
AtmosphereResource.getRequest()
Return the underlying AtmosphereRequest request. |
AtmosphereRequest |
AtmosphereResourceImpl.getRequest(boolean enforceScope)
|
AtmosphereRequest |
AtmosphereRequest.header(String name,
String value)
Add a header. |
AtmosphereRequest |
AtmosphereRequest.headers(Map<String,String> headers)
Add all headers contained within the Map. |
AtmosphereRequest |
AtmosphereRequest.method(String m)
|
static AtmosphereRequest |
AtmosphereRequest.newInstance()
Create an instance of this class without an associated HttpServletRequest. |
AtmosphereRequest |
AtmosphereRequest.pathInfo(String pathInfo)
|
AtmosphereRequest |
AtmosphereRequest.queryString(String qs)
Set the query string. |
AtmosphereRequest |
AtmosphereResponse.request()
Return the associated AtmosphereRequest. |
AtmosphereRequest |
AtmosphereRequest.servletPath(String servletPath)
|
static AtmosphereRequest |
AtmosphereRequest.wrap(javax.servlet.http.HttpServletRequest request)
Wrap an HttpServletRequest. |
| Methods in org.atmosphere.cpr with parameters of type AtmosphereRequest | |
|---|---|
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. |
protected Map<String,String> |
AtmosphereFramework.configureQueryStringAsRequest(AtmosphereRequest request)
|
AtmosphereFramework |
AtmosphereFramework.configureRequestResponse(AtmosphereRequest req,
AtmosphereResponse res)
Configure some attributes on the AtmosphereRequest. |
AtmosphereResource |
AtmosphereResourceFactory.create(AtmosphereConfig config,
AtmosphereRequest request,
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. |
Action |
AtmosphereFramework.doCometSupport(AtmosphereRequest req,
AtmosphereResponse res)
Invoke the proprietary AsyncSupport. |
protected AtmosphereFramework.AtmosphereHandlerWrapper |
AsynchronousProcessor.map(AtmosphereRequest req)
Return the AtmosphereHandler mapped to the passed servlet-path. |
static AtmosphereResponse |
AtmosphereResponse.newInstance(AtmosphereConfig config,
AtmosphereRequest request,
WebSocket webSocket)
Create a new instance to use with WebSocket. |
void |
AtmosphereFramework.notify(Action.TYPE type,
AtmosphereRequest request,
AtmosphereResponse response)
|
void |
AsyncSupportListenerAdapter.onClose(AtmosphereRequest request,
AtmosphereResponse response)
|
void |
AsyncSupportListener.onClose(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an AtmosphereResource gets closed. |
void |
AsyncSupportListenerAdapter.onDestroyed(AtmosphereRequest request,
AtmosphereResponse response)
|
void |
AsyncSupportListener.onDestroyed(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an AtmosphereResource gets destroyed. |
void |
AsyncSupportListenerAdapter.onResume(AtmosphereRequest request,
AtmosphereResponse response)
|
void |
AsyncSupportListener.onResume(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an AtmosphereResource gets resumed. |
void |
AsyncSupportListenerAdapter.onSuspend(AtmosphereRequest request,
AtmosphereResponse response)
|
void |
AsyncSupportListener.onSuspend(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an AtmosphereResource gets suspended. |
void |
AsyncSupportListenerAdapter.onTimeout(AtmosphereRequest request,
AtmosphereResponse response)
|
void |
AsyncSupportListener.onTimeout(AtmosphereRequest request,
AtmosphereResponse response)
Invoked when an AtmosphereResource times out. |
AtmosphereResponse |
AtmosphereResponse.request(AtmosphereRequest atmosphereRequest)
Set the associated AtmosphereRequest. |
AtmosphereResponse.Builder |
AtmosphereResponse.Builder.request(AtmosphereRequest atmosphereRequest)
|
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 req,
AtmosphereResponse res)
All proprietary Comet based Servlet must invoke the timedout method when the underlying WebServer time
out the AtmosphereResponse. |
protected boolean |
AsynchronousProcessor.trackActiveRequest(AtmosphereRequest req)
|
| Constructors in org.atmosphere.cpr with parameters of type AtmosphereRequest | |
|---|---|
AtmosphereResourceImpl(AtmosphereConfig config,
Broadcaster broadcaster,
AtmosphereRequest req,
AtmosphereResponse response,
AsyncSupport asyncSupport,
AtmosphereHandler atmosphereHandler)
Create an AtmosphereResource. |
|
AtmosphereResponse(AsyncIOWriter asyncIOWriter,
AtmosphereRequest atmosphereRequest,
boolean destroyable)
|
|
AtmosphereResponse(javax.servlet.http.HttpServletResponse r,
AsyncIOWriter asyncIOWriter,
AtmosphereRequest atmosphereRequest,
boolean destroyable)
|
|
| Uses of AtmosphereRequest in org.atmosphere.util |
|---|
| Methods in org.atmosphere.util with parameters of type AtmosphereRequest | |
|---|---|
U |
EndpointMapper.map(AtmosphereRequest req,
Map<String,U> handlers)
Mape the request to its associated endpoint. |
U |
DefaultEndpointMapper.map(AtmosphereRequest req,
Map<String,U> handlers)
|
| Uses of AtmosphereRequest in org.atmosphere.websocket |
|---|
| Methods in org.atmosphere.websocket that return types with arguments of type AtmosphereRequest | |
|---|---|
List<AtmosphereRequest> |
WebSocketProtocolStream.onBinaryStream(WebSocket webSocket,
InputStream stream)
Parse the WebSocket stream, and delegate the processing to the AtmosphereFramework.asyncSupport or
to any existing technology. |
List<AtmosphereRequest> |
WebSocketProtocol.onMessage(WebSocket webSocket,
byte[] data,
int offset,
int length)
Parse the WebSocket message, and delegate the processing to the AtmosphereFramework.asyncSupport or
to any existing technology. |
List<AtmosphereRequest> |
WebSocketProtocol.onMessage(WebSocket webSocket,
String data)
Parse the WebSocket message, and delegate the processing to the AtmosphereFramework.asyncSupport or
to any existing technology. |
List<AtmosphereRequest> |
WebSocketProtocolStream.onTextStream(WebSocket webSocket,
Reader r)
Parse the WebSocket stream, and delegate the processing to the AtmosphereFramework.asyncSupport or
to any existing technology. |
| Methods in org.atmosphere.websocket with parameters of type AtmosphereRequest | |
|---|---|
static Map<String,String> |
DefaultWebSocketProcessor.configureHeader(AtmosphereRequest request)
|
void |
DefaultWebSocketProcessor.dispatch(WebSocket webSocket,
AtmosphereRequest request,
AtmosphereResponse r)
Dispatch to request/response to the AsyncSupport implementation as it was a normal HTTP request. |
static void |
WebSocket.notSupported(AtmosphereRequest request,
AtmosphereResponse response)
|
void |
WebSocketProcessor.open(WebSocket webSocket,
AtmosphereRequest request,
AtmosphereResponse response)
Invoked when a WebSocket gets opened by the underlying container |
void |
DefaultWebSocketProcessor.open(WebSocket webSocket,
AtmosphereRequest request,
AtmosphereResponse response)
|
protected WebSocketHandler |
DefaultWebSocketProcessor.postProcessMapping(WebSocket webSocket,
AtmosphereRequest request,
WebSocketHandler w)
|
| Uses of AtmosphereRequest in org.atmosphere.websocket.protocol |
|---|
| Methods in org.atmosphere.websocket.protocol that return types with arguments of type AtmosphereRequest | |
|---|---|
List<AtmosphereRequest> |
SimpleHttpProtocol.onMessage(WebSocket webSocket,
byte[] d,
int offset,
int length)
|
List<AtmosphereRequest> |
EchoProtocol.onMessage(WebSocket webSocket,
byte[] data,
int offset,
int length)
|
List<AtmosphereRequest> |
SimpleHttpProtocol.onMessage(WebSocket webSocket,
String d)
|
List<AtmosphereRequest> |
EchoProtocol.onMessage(WebSocket webSocket,
String data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||