Class SmartServiceInfoRefs.Chain

java.lang.Object
org.eclipse.jgit.http.server.SmartServiceInfoRefs.Chain
All Implemented Interfaces:
javax.servlet.FilterChain
Enclosing class:
SmartServiceInfoRefs

private class SmartServiceInfoRefs.Chain extends Object implements javax.servlet.FilterChain
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse rsp)
     

    Methods inherited from class java.lang.Object

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

    • filterIdx

      private int filterIdx
  • Constructor Details

    • Chain

      private Chain()
  • Method Details

    • doFilter

      public void doFilter(javax.servlet.ServletRequest req, javax.servlet.ServletResponse rsp) throws IOException, javax.servlet.ServletException
      Specified by:
      doFilter in interface javax.servlet.FilterChain
      Throws:
      IOException
      javax.servlet.ServletException