public class AuthAsyncProxyServlet
extends org.mortbay.proxy.AsyncProxyServlet
| Constructor and Description |
|---|
AuthAsyncProxyServlet(File siteTargetPath)
Constructor for non authentication servlet.
|
AuthAsyncProxyServlet(Map<String,String> authentications,
File siteTargetPath)
Constructor for authentication servlet.
|
AuthAsyncProxyServlet(Map<String,String> authentications,
long sleepTime,
File siteTargetPath)
Constructor for authentication servlet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res) |
public AuthAsyncProxyServlet(File siteTargetPath)
public AuthAsyncProxyServlet(Map<String,String> authentications, File siteTargetPath)
authentications - a map of user/passwordpublic void service(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res)
throws javax.servlet.ServletException,
IOException
service in interface javax.servlet.Servletservice in class org.mortbay.proxy.AsyncProxyServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2002–2016 The Apache Software Foundation. All rights reserved.