Uses of Class
org.eclipse.jetty.proxy.AsyncProxyServlet
-
Packages that use AsyncProxyServlet Package Description org.eclipse.jetty.fcgi.server.proxy org.eclipse.jetty.proxy Jetty Proxy : Async Proxy Support -
-
Uses of AsyncProxyServlet in org.eclipse.jetty.fcgi.server.proxy
Subclasses of AsyncProxyServlet in org.eclipse.jetty.fcgi.server.proxy Modifier and Type Class Description class
FastCGIProxyServlet
Specific implementation ofAsyncProxyServlet.Transparent
for FastCGI. -
Uses of AsyncProxyServlet in org.eclipse.jetty.proxy
Subclasses of AsyncProxyServlet in org.eclipse.jetty.proxy Modifier and Type Class Description static class
AsyncProxyServlet.Transparent
Convenience extension ofAsyncProxyServlet
that offers transparent proxy functionalities.
-