public class ARCUnwrappingProxy extends AbstractRequestHandler
| Constructor and Description |
|---|
ARCUnwrappingProxy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleRequest(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Possibly handle an incoming HttpServletRequest, much like a normal
HttpServlet, but includes a return value.
|
void |
setProxyHostPort(String hostPort) |
getAccessPointPath, getBeanName, getInternalPort, getMapParam, getMapParamOrEmpty, getRequiredMapParam, getServletContext, registerPortListener, setAccessPointPath, setBeanName, setInternalPort, setServletContext, translateRequestPath, translateRequestPathQuerypublic boolean handleRequest(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
throws javax.servlet.ServletException,
IOException
RequestHandlerhttpRequest - the incoming HttpServletRequesthttpResponse - the HttpServletResponse to return data to the client.javax.servlet.ServletException - for usual reasons.IOException - for usual reasons.public void setProxyHostPort(String hostPort)
hostPort - location of ARCRecordingProxy ServletRequestContext, ex:
"localhost:3128"Copyright © 2005–2015 IIPC. All rights reserved.