Class VitruvioAuthServletProxy

Object
GenericServlet
HttpServlet
ProxyServlet
VitruvioAuthServletProxy
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class VitruvioAuthServletProxy extends ProxyServlet
See Also:
  • Field Summary

    Fields inherited from class ProxyServlet

    asciiQueryChars, ATTR_TARGET_HOST, ATTR_TARGET_URI, doForwardIP, doLog, doSendUrlFragment, hopByHopHeaders, P_FORWARDEDFOR, P_LOG, P_TARGET_URI, targetHost, targetUri, targetUriObj
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected HttpClient
    createHttpClient(HttpParams hcParams)
     
    void
     

    Methods inherited from class ProxyServlet

    closeQuietly, consumeQuietly, copyProxyCookie, copyRequestHeader, copyRequestHeaders, copyResponseEntity, copyResponseHeader, copyResponseHeaders, destroy, encodeUriQuery, getConfigParam, getCookieNamePrefix, getProxyClient, getRealCookie, getServletInfo, getTargetHost, getTargetUri, getTargetUri, initTarget, newProxyRequestWithEntity, readConfigParam, rewriteQueryStringFromRequest, rewriteUrlFromRequest, rewriteUrlFromResponse, service

    Methods inherited from class HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class GenericServlet

    getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log, log

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VitruvioAuthServletProxy

      public VitruvioAuthServletProxy()
  • Method Details

    • init

      public void init() throws ServletException
      Overrides:
      init in class ProxyServlet
      Throws:
      ServletException
    • createHttpClient

      protected HttpClient createHttpClient(HttpParams hcParams)
      Overrides:
      createHttpClient in class ProxyServlet