Uses of Interface
org.atmosphere.cpr.AtmosphereRequest
-
-
Uses of AtmosphereRequest in org.atmosphere.config.managed
Methods in org.atmosphere.config.managed with parameters of type AtmosphereRequest Modifier and Type Method Description protected voidAtmosphereHandlerServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)protected voidManagedServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)protected voidMeteorServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.String path, AtmosphereRequest request, AtmosphereFramework.AtmosphereHandlerWrapper w)protected abstract voidServiceInterceptor. mapAnnotatedService(boolean reMap, java.lang.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 AtmosphereRequest Modifier and Type Method Description ActionBlockingIOCometSupport. cancelled(AtmosphereRequest req, AtmosphereResponse res)ActionServlet30CometSupport. cancelled(AtmosphereRequest req, AtmosphereResponse res)voidServlet30CometSupport. endAsyncContext(AtmosphereRequest request)ActionBlockingIOCometSupport. service(AtmosphereRequest req, AtmosphereResponse res)ActionNettyCometSupport. service(AtmosphereRequest req, AtmosphereResponse res)ActionServlet30CometSupport. service(AtmosphereRequest request, AtmosphereResponse response)protected voidBlockingIOCometSupport. suspend(Action action, AtmosphereRequest req, AtmosphereResponse res)Suspend the connection by blocking the currentThread -
Uses of AtmosphereRequest in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereRequest Modifier and Type Class Description classAtmosphereRequestImplAn Atmosphere request representation.Methods in org.atmosphere.cpr that return AtmosphereRequest Modifier and Type Method Description AtmosphereRequestAtmosphereRequest. body(byte[] bytes)AtmosphereRequestAtmosphereRequest. body(java.io.InputStream body)AtmosphereRequestAtmosphereRequest. body(java.io.Reader body)AtmosphereRequestAtmosphereRequest. body(java.lang.String body)AtmosphereRequestAtmosphereRequestImpl. body(byte[] bytes)AtmosphereRequestAtmosphereRequestImpl. body(java.io.InputStream body)AtmosphereRequestAtmosphereRequestImpl. body(java.io.Reader body)AtmosphereRequestAtmosphereRequestImpl. body(java.lang.String body)AtmosphereRequestAtmosphereRequest.Builder. build()AtmosphereRequestAtmosphereRequestImpl.Builder. build()static AtmosphereRequestAtmosphereRequestImpl. cloneRequest(jakarta.servlet.http.HttpServletRequest request, boolean loadInMemory, boolean copySession, boolean isDestroyable, boolean createSession)Copy the HttpServletRequest content inside an AtmosphereRequest.AtmosphereRequestAtmosphereRequest. contentType(java.lang.String m)AtmosphereRequestAtmosphereRequestImpl. contentType(java.lang.String m)AtmosphereRequestAtmosphereRequest. contextPath(java.lang.String contextPath)AtmosphereRequestAtmosphereRequestImpl. contextPath(java.lang.String contextPath)AtmosphereRequestAtmosphereRequest. destroyable(boolean destroyable)AtmosphereRequestAtmosphereRequestImpl. destroyable(boolean destroyable)AtmosphereRequestAtmosphereResource. getRequest()Return the underlyingAtmosphereRequestrequest.AtmosphereRequestAtmosphereResourceImpl. getRequest()AtmosphereRequestAtmosphereResourceImpl. getRequest(boolean enforceScope)AtmosphereRequestAtmosphereRequest. header(java.lang.String name, java.lang.String value)Add a header.AtmosphereRequestAtmosphereRequestImpl. header(java.lang.String name, java.lang.String value)AtmosphereRequestAtmosphereRequest. headers(java.util.Map<java.lang.String,java.lang.String> headers)Add all headers contained within the Map.AtmosphereRequestAtmosphereRequestImpl. headers(java.util.Map<java.lang.String,java.lang.String> headers)AtmosphereRequestAtmosphereRequest. method(java.lang.String m)AtmosphereRequestAtmosphereRequestImpl. method(java.lang.String m)static AtmosphereRequestAtmosphereRequestImpl. newInstance()Create an instance of this class without an associatedHttpServletRequest.AtmosphereRequestAtmosphereRequest. pathInfo(java.lang.String pathInfo)AtmosphereRequestAtmosphereRequestImpl. pathInfo(java.lang.String pathInfo)AtmosphereRequestAtmosphereRequest. queryString(java.lang.String qs)Set the query string.AtmosphereRequestAtmosphereRequestImpl. queryString(java.lang.String qs)AtmosphereRequestAtmosphereResponse. request()Return the associatedAtmosphereRequest.AtmosphereRequestAtmosphereResponseImpl. request()AtmosphereRequestAtmosphereRequest. requestURI(java.lang.String requestURI)AtmosphereRequestAtmosphereRequestImpl. requestURI(java.lang.String requestURI)AtmosphereRequestAtmosphereRequest. servletPath(java.lang.String servletPath)AtmosphereRequestAtmosphereRequestImpl. servletPath(java.lang.String servletPath)static AtmosphereRequestAtmosphereRequestImpl. wrap(jakarta.servlet.http.HttpServletRequest request)Wrap anHttpServletRequest.Methods in org.atmosphere.cpr with parameters of type AtmosphereRequest Modifier and Type Method Description ActionAsynchronousProcessor. cancelled(AtmosphereRequest req, AtmosphereResponse res)All proprietary Comet basedServletmust invoke the cancelled method when the underlying WebServer detect that the client closed the connection.protected java.util.Map<java.lang.String,java.lang.String>AtmosphereFramework. configureQueryStringAsRequest(AtmosphereRequest request)AtmosphereFrameworkAtmosphereFramework. configureRequestResponse(AtmosphereRequest req, AtmosphereResponse res)Configure some attributes on theAtmosphereRequest.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, java.lang.String uuid, AtmosphereRequest request)Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a)Create anAtmosphereResourceImplAtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)Create anAtmosphereResourceImpl.AtmosphereResourceAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)Create anAtmosphereResourceImpl.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, java.lang.String uuid, AtmosphereRequest request)Create anAtmosphereResourceassociated with the uuid.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a)Create anAtmosphereResourceImplAtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler)Create anAtmosphereResourceImpl.AtmosphereResourceDefaultAtmosphereResourceFactory. create(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest request, AtmosphereResponse response, AsyncSupport<?> a, AtmosphereHandler handler, AtmosphereResource.TRANSPORT t)Create anAtmosphereResourceImpl.ActionAtmosphereFramework. doCometSupport(AtmosphereRequest req, AtmosphereResponse res)Invoke the proprietaryAsyncSupport.AtmosphereResourceAtmosphereResource. initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)Initialize anAtmosphereResource.AtmosphereResourceAtmosphereResourceImpl. initialize(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport asyncSupport, AtmosphereHandler atmosphereHandler)Initialize anAtmosphereResource.protected AtmosphereFramework.AtmosphereHandlerWrapperAsynchronousProcessor. 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.AtmosphereFrameworkAtmosphereFramework. 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.BuilderAtmosphereResponse.Builder. request(AtmosphereRequest atmosphereRequest)AtmosphereResponseAtmosphereResponse. request(AtmosphereRequest atmosphereRequest)Set the associatedAtmosphereRequest.AtmosphereResponseImpl.BuilderAtmosphereResponseImpl.Builder. request(AtmosphereRequest atmosphereRequest)AtmosphereResponseAtmosphereResponseImpl. request(AtmosphereRequest atmosphereRequest)ActionAsynchronousProcessor. resumed(AtmosphereRequest request, AtmosphereResponse response)All proprietary Comet basedServletmust invoke the resume method when the Atmosphere's application decide to resume theAtmosphereResponse.ActionAsyncSupport. service(AtmosphereRequest req, AtmosphereResponse res)ActionAsynchronousProcessor. suspended(AtmosphereRequest request, AtmosphereResponse response)All proprietary Comet basedServletmust invoke the suspended method when the first request comes in.ActionAsynchronousProcessor. 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 AtmosphereRequest Constructor Description AtmosphereResourceImpl(AtmosphereConfig config, Broadcaster broadcaster, AtmosphereRequest req, AtmosphereResponse response, AsyncSupport<AtmosphereResourceImpl> asyncSupport, AtmosphereHandler atmosphereHandler)Deprecated.AtmosphereResponseImpl(jakarta.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 Modifier and Type Method Description AtmosphereRequestAtmosphereRequestIntrospector. injectable(AtmosphereResource r) -
Uses of AtmosphereRequest in org.atmosphere.interceptor
Methods in org.atmosphere.interceptor that return AtmosphereRequest Modifier and Type Method Description protected AtmosphereRequestSimpleRestInterceptor. createAtmosphereRequest(AtmosphereRequest request, java.lang.String body)Methods in org.atmosphere.interceptor with parameters of type AtmosphereRequest Modifier and Type Method Description HeartbeatInterceptorHeartbeatInterceptor. 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, java.lang.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 AtmosphereRequest Modifier and Type Method Description static booleanUtils. atmosphereProtocol(AtmosphereRequest r)java.lang.StringDefaultEndpointMapper. computePath(AtmosphereRequest req)static voidUtils. destroyMeteor(AtmosphereRequest req)static booleanIOUtils. isBodyBinary(AtmosphereRequest request)UDefaultEndpointMapper. map(AtmosphereRequest req, java.util.Map<java.lang.String,U> handlers)UEndpointMapper. map(AtmosphereRequest req, java.util.Map<java.lang.String,U> handlers)Mape the request to its associated endpoint.static java.lang.StringUtils. pathInfo(AtmosphereRequest request) -
Uses of AtmosphereRequest in org.atmosphere.websocket
Methods in org.atmosphere.websocket that return types with arguments of type AtmosphereRequest Modifier and Type Method Description java.util.List<AtmosphereRequest>WebSocketProtocolStream. onBinaryStream(WebSocket webSocket, java.io.InputStream stream)Parse the WebSocket stream, and delegate the processing to theAtmosphereFramework.asyncSupportor to any existing technology.java.util.List<AtmosphereRequest>WebSocketProtocol. onMessage(WebSocket webSocket, byte[] data, int offset, int length)Parse the WebSocket message, and delegate the processing to theAtmosphereFramework.asyncSupportor to any existing technology.java.util.List<AtmosphereRequest>WebSocketProtocol. onMessage(WebSocket webSocket, java.lang.String data)Parse the WebSocket message, and delegate the processing to theAtmosphereFramework.asyncSupportor to any existing technology.java.util.List<AtmosphereRequest>WebSocketProtocolStream. onTextStream(WebSocket webSocket, java.io.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 AtmosphereRequest Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>DefaultWebSocketProcessor. configureHeader(AtmosphereRequest request)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)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 AtmosphereRequest Modifier and Type Method Description java.util.List<AtmosphereRequest>StreamingHttpProtocol. onBinaryStream(WebSocket webSocket, java.io.InputStream stream)java.util.List<AtmosphereRequest>EchoProtocol. onMessage(WebSocket webSocket, byte[] data, int offset, int length)java.util.List<AtmosphereRequest>EchoProtocol. onMessage(WebSocket webSocket, java.lang.String data)java.util.List<AtmosphereRequest>SimpleHttpProtocol. onMessage(WebSocket webSocket, byte[] d, int offset, int length)java.util.List<AtmosphereRequest>SimpleHttpProtocol. onMessage(WebSocket webSocket, java.lang.String message)java.util.List<AtmosphereRequest>StreamingHttpProtocol. onMessage(WebSocket webSocket, byte[] data, int offset, int length)java.util.List<AtmosphereRequest>StreamingHttpProtocol. onMessage(WebSocket webSocket, java.lang.String data)java.util.List<AtmosphereRequest>StreamingHttpProtocol. onTextStream(WebSocket webSocket, java.io.Reader r)
-