- P_CONNECTTIMEOUT - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
A integer parameter name to set the socket connection timeout (millis)
- P_FORWARDEDFOR - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
A boolean parameter name to enable forwarding of the client IP
- P_HANDLEREDIRECTS - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
A boolean parameter name to have auto-handle redirects
- P_LOG - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
A boolean parameter name to enable logging of input and target URLs to the servlet log.
- P_PRESERVECOOKIES - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
A boolean parameter name to keep COOKIES as-is
- P_PRESERVEHOST - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
A boolean parameter name to keep HOST parameter as-is
- P_READTIMEOUT - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
A integer parameter name to set the socket read timeout (millis)
- P_TARGET_URI - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
-
The parameter name for the target (destination) URI to proxy to.
- ProxyServlet - Class in org.mitre.dsmiley.httpproxy
-
An HTTP reverse proxy/gateway servlet.
- ProxyServlet() - Constructor for class org.mitre.dsmiley.httpproxy.ProxyServlet
-