Class JavaNetReverseProxy

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jvnet.hudson.test.JavaNetReverseProxy
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

@Deprecated public class JavaNetReverseProxy extends javax.servlet.http.HttpServlet
Deprecated.
Acts as a reverse proxy, so that during a test we can avoid hitting updates.jenkins.io.

The contents are cached locally.

Author:
Kohsuke Kawaguchi
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the default instance.
    protected void
    service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
    Deprecated.
     
    void
    Deprecated.
     

    Methods inherited from class javax.servlet.http.HttpServlet

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

    Methods inherited from class javax.servlet.GenericServlet

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

    Methods inherited from class java.lang.Object

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

    • localPort

      public final int localPort
      Deprecated.
  • Constructor Details

    • JavaNetReverseProxy

      public JavaNetReverseProxy(File cacheFolder) throws Exception
      Deprecated.
      Throws:
      Exception
  • Method Details

    • stop

      public void stop() throws Exception
      Deprecated.
      Throws:
      Exception
    • service

      protected void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
      Deprecated.
      Overrides:
      service in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException
    • getInstance

      public static JavaNetReverseProxy getInstance() throws Exception
      Deprecated.
      Gets the default instance.
      Throws:
      Exception