Uses of Interface
org.atmosphere.cpr.AtmosphereRequest
Packages that use AtmosphereRequest
Package
Description
-
Uses of AtmosphereRequest in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed with parameters of type AtmosphereRequestModifier and TypeMethodDescriptionprotected voidAtmosphereHandlerServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) protected voidManagedServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) protected voidMeteorServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) protected abstract voidServiceInterceptor.mapAnnotatedService(boolean reMap, String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) protected voidServiceInterceptor.mapAnnotatedService(AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w) Inspect the request and its mappedAtmosphereHandlerto 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 AtmosphereRequestModifier and TypeMethodDescriptionBlockingIOCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) GlassFishv2CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) Grizzly2CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) GrizzlyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) JBossWebCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) JettyCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) Servlet30CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) Tomcat7CometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) TomcatCometSupport.cancelled(AtmosphereRequest req, AtmosphereResponse res) JBossAsyncSupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) static ActionJettyWebSocketUtil.doService(AsynchronousProcessor cometSupport, AtmosphereRequest req, AtmosphereResponse res, org.eclipse.jetty.websocket.WebSocketFactory webSocketFactory) Tomcat7AsyncSupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) Tomcat7BIOSupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) Tomcat7Servlet30SupportWithWebSocket.doService(AtmosphereRequest req, AtmosphereResponse res) TomcatWebSocketUtil.Delegate.doService(AtmosphereRequest req, AtmosphereResponse res) static ActionTomcatWebSocketUtil.doService(AtmosphereRequest req, AtmosphereResponse res, TomcatWebSocketUtil.Delegate delegate, AtmosphereConfig config, WebSocketProcessor webSocketProcessor) voidServlet30CometSupport.endAsyncContext(AtmosphereRequest request) protected org.eclipse.jetty.continuation.ContinuationJetty7CometSupport.getContinuation(AtmosphereRequest req) BlockingIOCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) GlassFishServ30WebSocketSupport.service(AtmosphereRequest req, AtmosphereResponse res) GlassFishServlet30WebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response) GlassFishv2CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) GlassFishWebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response) Grizzly2CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Grizzly2WebSocketSupport.service(AtmosphereRequest req, AtmosphereResponse res) GrizzlyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) GrizzlyServlet30WebSocketSupport.service(AtmosphereRequest request, AtmosphereResponse response) JBossAsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) JBossWebCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Invoked by the Tomcat AIO when a Comet request gets detected.Jetty7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) JettyAsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) JettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse response) JettyServlet30AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) NettyCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Servlet30CometSupport.service(AtmosphereRequest request, AtmosphereResponse response) Tomcat7AsyncSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) Tomcat7BIOSupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) Tomcat7CometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Invoked by the Tomcat AIO when a Comet request gets detected.Tomcat7Servlet30SupportWithWebSocket.service(AtmosphereRequest req, AtmosphereResponse res) TomcatCometSupport.service(AtmosphereRequest req, AtmosphereResponse res) Invoked by the Tomcat AIO when a Comet request gets detected.protected voidBlockingIOCometSupport.suspend(Action action, AtmosphereRequest req, AtmosphereResponse res) Suspend the connection by blocking the currentThreadTomcatWebSocketUtil.Delegate.suspended(AtmosphereRequest request, AtmosphereResponse response) Constructors in org.atmosphere.container with parameters of type AtmosphereRequestModifierConstructorDescriptionJettyWebSocketHandler(AtmosphereRequest request, AtmosphereFramework framework, WebSocketProcessor webSocketProcessor) TomcatWebSocketHandler(AtmosphereRequest request, AtmosphereFramework framework, WebSocketProcessor webSocketProcessor) -
Uses of AtmosphereRequest in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereRequestModifier and TypeClassDescriptionclassAn Atmosphere request representation.Methods in org.atmosphere.cpr that return AtmosphereRequestModifier and TypeMethodDescriptionAtmosphereRequest.body(byte[] bytes) AtmosphereRequest.body(InputStream body) AtmosphereRequestImpl.body(byte[] bytes) AtmosphereRequestImpl.body(InputStream body) AtmosphereRequest.Builder.build()AtmosphereRequestImpl.Builder.build()static AtmosphereRequestAtmosphereRequestImpl.cloneRequest(javax.servlet.http.HttpServletRequest request, boolean loadInMemory, boolean copySession, boolean isDestroyable, boolean createSession) Copy the HttpServletRequest content inside an AtmosphereRequest.AtmosphereRequest.contentType(String m) AtmosphereRequestImpl.contentType(String m) AtmosphereRequest.contextPath(String contextPath) AtmosphereRequestImpl.contextPath(String contextPath) AtmosphereRequest.destroyable(boolean destroyable) AtmosphereRequestImpl.destroyable(boolean destroyable) AtmosphereResource.getRequest()Return the underlyingAtmosphereRequestrequest.AtmosphereResourceImpl.getRequest()AtmosphereResourceImpl.getRequest(boolean enforceScope) Add a header.Add all headers contained within the Map.static AtmosphereRequestAtmosphereRequestImpl.newInstance()Create an instance of this class without an associatedHttpServletRequest.AtmosphereRequest.queryString(String qs) Set the query string.AtmosphereRequestImpl.queryString(String qs) AtmosphereResponse.request()Return the associatedAtmosphereRequest.AtmosphereResponseImpl.request()AtmosphereRequest.requestURI(String requestURI) AtmosphereRequestImpl.requestURI(String requestURI) AtmosphereRequest.servletPath(String servletPath) AtmosphereRequestImpl.servletPath(String servletPath) static AtmosphereRequestAtmosphereRequestImpl.wrap(javax.servlet.http.HttpServletRequest request) Wrap anHttpServletRequest.Methods in org.atmosphere.cpr with parameters of type AtmosphereRequestModifier and TypeMethodDescriptionAsynchronousProcessor.cancelled(AtmosphereRequest req, AtmosphereResponse res) All proprietary Comet basedServletmust invoke the cancelled method when the underlying WebServer detect that the client closed the connection.AtmosphereFramework.configureQueryStringAsRequest(AtmosphereRequest request) AtmosphereFramework.configureRequestResponse(AtmosphereRequest req, AtmosphereResponse res) Configure some attributes on theAtmosphereRequest.AtmosphereResourceFactory.create(AtmosphereConfig config, String uuid, AtmosphereRequest request) Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a) Create anAtmosphereResourceImplAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.AtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, String uuid, AtmosphereRequest request) Create anAtmosphereResourceassociated with the uuid.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a) Create anAtmosphereResourceImplDefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler) Create anAtmosphereResourceImpl.DefaultAtmosphereResourceFactory.create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t) Create anAtmosphereResourceImpl.AtmosphereFramework.doCometSupport(AtmosphereRequest req, AtmosphereResponse res) Invoke the proprietaryAsyncSupport.AtmosphereResource.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.AtmosphereResourceImpl.initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler) Initialize anAtmosphereResource.AsynchronousProcessor.map(AtmosphereRequest req) Return theAtmosphereHandlermapped to the passed servlet-path.static AtmosphereResponseAtmosphereResponseImpl.newInstance(AtmosphereConfig config, AtmosphereRequest request, WebSocket webSocket) Create a new instance to use with WebSocket.static AtmosphereResponseAtmosphereResponseImpl.newInstance(AtmosphereRequest request) Create a new instance to use with WebSocket.AtmosphereFramework.notify(Action.TYPE type, AtmosphereRequest request, AtmosphereResponse response) voidAsyncSupportListener.onClose(AtmosphereRequest request, AtmosphereResponse response) Invoked when anAtmosphereResourcegets closed.voidAsyncSupportListenerAdapter.onClose(AtmosphereRequest request, AtmosphereResponse response) voidAsyncSupportListener.onDestroyed(AtmosphereRequest request, AtmosphereResponse response) Invoked when anAtmosphereResourcegets destroyed.voidAsyncSupportListenerAdapter.onDestroyed(AtmosphereRequest request, AtmosphereResponse response) voidAsyncSupportListener.onResume(AtmosphereRequest request, AtmosphereResponse response) Invoked when anAtmosphereResourcegets resumed.voidAsyncSupportListenerAdapter.onResume(AtmosphereRequest request, AtmosphereResponse response) voidAsyncSupportListener.onSuspend(AtmosphereRequest request, AtmosphereResponse response) Invoked when anAtmosphereResourcegets suspended.voidAsyncSupportListenerAdapter.onSuspend(AtmosphereRequest request, AtmosphereResponse response) voidAsyncSupportListener.onTimeout(AtmosphereRequest request, AtmosphereResponse response) Invoked when anAtmosphereResourcetimes out.voidAsyncSupportListenerAdapter.onTimeout(AtmosphereRequest request, AtmosphereResponse response) AtmosphereResponse.Builder.request(AtmosphereRequest atmosphereRequest) AtmosphereResponse.request(AtmosphereRequest atmosphereRequest) Set the associatedAtmosphereRequest.AtmosphereResponseImpl.Builder.request(AtmosphereRequest atmosphereRequest) AtmosphereResponseImpl.request(AtmosphereRequest atmosphereRequest) AsynchronousProcessor.resumed(AtmosphereRequest request, AtmosphereResponse response) All proprietary Comet basedServletmust invoke the resume method when the Atmosphere's application decide to resume theAtmosphereResponse.AsyncSupport.service(AtmosphereRequest req, AtmosphereResponse res) AsynchronousProcessor.suspended(AtmosphereRequest request, AtmosphereResponse response) All proprietary Comet basedServletmust invoke the suspended method when the first request comes in.AsynchronousProcessor.timedout(AtmosphereRequest req, AtmosphereResponse res) All proprietary Comet basedServletmust invoke the timedout method when the underlying WebServer time out theAtmosphereResponse.Constructors in org.atmosphere.cpr with parameters of type AtmosphereRequestModifierConstructorDescriptionAtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> asyncSupport, AtmosphereHandler atmosphereHandler) Deprecated.AtmosphereResponseImpl(javax.servlet.http.HttpServletResponse r, AsyncIOWriter asyncIOWriter, AtmosphereRequest atmosphereRequest, boolean destroyable) AtmosphereResponseImpl(AsyncIOWriter asyncIOWriter, AtmosphereRequest atmosphereRequest, boolean destroyable) -
Uses of AtmosphereRequest in org.atmosphere.inject
Methods in org.atmosphere.inject that return AtmosphereRequest -
Uses of AtmosphereRequest in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor that return AtmosphereRequestModifier and TypeMethodDescriptionprotected AtmosphereRequestSimpleRestInterceptor.createAtmosphereRequest(AtmosphereRequest request, String body) Methods in org.atmosphere.interceptor with parameters of type AtmosphereRequestModifier and TypeMethodDescriptionHeartbeatInterceptor.clock(int interval, AtmosphereResource r, AtmosphereRequest request, AtmosphereResponse response) Configures the heartbeat sent by the server in an interval in seconds specified in parameter for the given resource.protected AtmosphereRequestSimpleRestInterceptor.createAtmosphereRequest(AtmosphereRequest request, String body) protected static booleanSimpleRestInterceptor.isLastResponse(AtmosphereRequest request, AtmosphereResponse response) -
Uses of AtmosphereRequest in org.atmosphere.util
Methods in org.atmosphere.util with parameters of type AtmosphereRequestModifier and TypeMethodDescriptionstatic booleanUtils.atmosphereProtocol(AtmosphereRequest r) DefaultEndpointMapper.computePath(AtmosphereRequest req) static voidUtils.destroyMeteor(AtmosphereRequest req) static booleanIOUtils.isBodyBinary(AtmosphereRequest request) DefaultEndpointMapper.map(AtmosphereRequest req, Map<String, U> handlers) EndpointMapper.map(AtmosphereRequest req, Map<String, U> handlers) Mape the request to its associated endpoint.static StringUtils.pathInfo(AtmosphereRequest request) -
Uses of AtmosphereRequest in org.atmosphere.websocket
Methods in org.atmosphere.websocket that return types with arguments of type AtmosphereRequestModifier and TypeMethodDescriptionWebSocketProtocolStream.onBinaryStream(WebSocket webSocket, InputStream stream) Parse the WebSocket stream, and delegate the processing to theAtmosphereFramework.asyncSupportor to any existing technology.Parse the WebSocket message, and delegate the processing to theAtmosphereFramework.asyncSupportor to any existing technology.Parse the WebSocket message, and delegate the processing to theAtmosphereFramework.asyncSupportor to any existing technology.WebSocketProtocolStream.onTextStream(WebSocket webSocket, Reader r) Parse the WebSocket stream, and delegate the processing to theAtmosphereFramework.asyncSupportor to any existing technology.Methods in org.atmosphere.websocket with parameters of type AtmosphereRequestModifier and TypeMethodDescriptionDefaultWebSocketProcessor.configureHeader(AtmosphereRequest request) final voidDefaultWebSocketProcessor.dispatch(WebSocket webSocket, AtmosphereRequest request, AtmosphereResponse r) Dispatch to request/response to theAsyncSupportimplementation as it was a normal HTTP request.static voidWebSocket.notSupported(AtmosphereRequest request, AtmosphereResponse response) final voidDefaultWebSocketProcessor.open(WebSocket webSocket, AtmosphereRequest request, AtmosphereResponse response) voidWebSocketProcessor.open(WebSocket webSocket, AtmosphereRequest request, AtmosphereResponse response) Invoked when a WebSocket gets opened by the underlying containervoidWebSocketProcessorAdapter.open(WebSocket webSocket, AtmosphereRequest request, AtmosphereResponse response) protected WebSocketHandlerDefaultWebSocketProcessor.postProcessMapping(WebSocket webSocket, AtmosphereRequest request, WebSocketProcessor.WebSocketHandlerProxy w) -
Uses of AtmosphereRequest in org.atmosphere.websocket.protocol
Methods in org.atmosphere.websocket.protocol that return types with arguments of type AtmosphereRequestModifier and TypeMethodDescriptionStreamingHttpProtocol.onBinaryStream(WebSocket webSocket, InputStream stream) StreamingHttpProtocol.onTextStream(WebSocket webSocket, Reader r)