Class AsyncProxyServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
AsyncProxyServlet.Transparent

public class AsyncProxyServlet extends ProxyServlet

Servlet 3.1 asynchronous proxy servlet.

Both the request processing and the I/O are asynchronous.

See Also: