Class AsyncRequestServiceImpl
- java.lang.Object
-
- org.apache.tapestry5.http.internal.services.AsyncRequestServiceImpl
-
- All Implemented Interfaces:
AsyncRequestService
public class AsyncRequestServiceImpl extends java.lang.Object implements AsyncRequestService
Service that handles Tapestry's support for asynchronous Servlet API requests.
-
-
Constructor Summary
Constructors Constructor Description AsyncRequestServiceImpl(java.util.List<AsyncRequestHandler> handlers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncRequestHandlerResponse
handle(HttpServletRequest request, HttpServletResponse response)
Returns an AsyncRequestHandlerResponse describing how to handle this request concering being async or not.
-
-
-
Constructor Detail
-
AsyncRequestServiceImpl
public AsyncRequestServiceImpl(java.util.List<AsyncRequestHandler> handlers)
-
-
Method Detail
-
handle
public AsyncRequestHandlerResponse handle(HttpServletRequest request, HttpServletResponse response)
Description copied from interface:AsyncRequestService
Returns an AsyncRequestHandlerResponse describing how to handle this request concering being async or not.- Specified by:
handle
in interfaceAsyncRequestService
-
-