A C D E G H I O P R S T U 

A

asciiQueryChars - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
ATTR_TARGET_HOST - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
ATTR_TARGET_URI - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
 

C

closeQuietly(Closeable) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
consumeQuietly(HttpEntity) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
HttpClient v4.1 doesn't have the EntityUtils.consumeQuietly(org.apache.http.HttpEntity) method.
copyProxyCookie(HttpServletRequest, HttpServletResponse, Header) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Copy cookie from the proxy to the servlet client.
copyRequestHeaders(HttpServletRequest, HttpRequest) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Copy request headers from the servlet client to the proxy request.
copyResponseEntity(HttpResponse, HttpServletResponse) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Copy response body data (the entity) from the proxy to the servlet client.
copyResponseHeaders(HttpResponse, HttpServletRequest, HttpServletResponse) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Copy proxied response headers back to the servlet client.
createHttpClient(HttpParams) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Called from GenericServlet.init(javax.servlet.ServletConfig).

D

destroy() - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
doForwardIP - Variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
doLog - Variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
doResponseRedirectOrNotModifiedLogic(HttpServletRequest, HttpServletResponse, HttpResponse, int) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
doSendUrlFragment - Variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
User agents shouldn't send the url fragment but what if it does?

E

encodeUriQuery(CharSequence) - Static method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Encodes characters in the query or fragment part of the URI.

G

getConfigParam(String) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Reads a configuration parameter.
getCookieNamePrefix() - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
The string prefixing rewritten cookies.
getProxyClient() - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
The http client used.
getRealCookie(String) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Take any client cookies that were originally from the proxy and prepare them to send to the proxy.
getServletInfo() - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
getTargetUri(HttpServletRequest) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
getTargetUri() - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
The target URI as configured.

H

hopByHopHeaders - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
These are the "hop-by-hop" headers that should not be copied.

I

init() - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
initTarget() - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
initTarget() - Method in class org.mitre.dsmiley.httpproxy.URITemplateProxyServlet
 

O

org.mitre.dsmiley.httpproxy - package org.mitre.dsmiley.httpproxy
 

P

P_FORWARDEDFOR - Static variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
A boolean parameter name to enable forwarding of the client IP
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_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
 

R

readConfigParam(HttpParams, String, Class) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Reads a servlet config parameter by the name hcParamName of type type, and set it in hcParams.
rewriteQueryStringFromRequest(HttpServletRequest, String) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
rewriteQueryStringFromRequest(HttpServletRequest, String) - Method in class org.mitre.dsmiley.httpproxy.URITemplateProxyServlet
 
rewriteUrlFromRequest(HttpServletRequest) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
Reads the request URI from servletRequest and rewrites it, considering targetUri.
rewriteUrlFromResponse(HttpServletRequest, String) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
For a redirect response from the target server, this translates theUrl to redirect to and translates it to one the original client can use.

S

service(HttpServletRequest, HttpServletResponse) - Method in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.mitre.dsmiley.httpproxy.URITemplateProxyServlet
 

T

targetHost - Variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
targetUri - Variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
From the configured parameter "targetUri".
targetUriObj - Variable in class org.mitre.dsmiley.httpproxy.ProxyServlet
 
targetUriTemplate - Variable in class org.mitre.dsmiley.httpproxy.URITemplateProxyServlet
 
TEMPLATE_PATTERN - Static variable in class org.mitre.dsmiley.httpproxy.URITemplateProxyServlet
 

U

URITemplateProxyServlet - Class in org.mitre.dsmiley.httpproxy
A proxy servlet in which the target URI is templated from incoming request parameters.
URITemplateProxyServlet() - Constructor for class org.mitre.dsmiley.httpproxy.URITemplateProxyServlet
 
A C D E G H I O P R S T U 

Copyright © 2015. All Rights Reserved.