Class AcmeHttpFilter

  • All Implemented Interfaces:
    org.xipki.util.http.XiHttpFilter

    public class AcmeHttpFilter
    extends java.lang.Object
    implements org.xipki.util.http.XiHttpFilter
    ACME Gateway ServletFilter.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Summary

      Constructors 
      Constructor Description
      AcmeHttpFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void doFilter​(org.xipki.util.http.XiHttpRequest req, org.xipki.util.http.XiHttpResponse resp)  
      • Methods inherited from class java.lang.Object

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

      • AcmeHttpFilter

        public AcmeHttpFilter()
                       throws org.xipki.util.exception.ServletException0
        Throws:
        org.xipki.util.exception.ServletException0
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface org.xipki.util.http.XiHttpFilter
      • doFilter

        public void doFilter​(org.xipki.util.http.XiHttpRequest req,
                             org.xipki.util.http.XiHttpResponse resp)
                      throws java.io.IOException
        Specified by:
        doFilter in interface org.xipki.util.http.XiHttpFilter
        Throws:
        java.io.IOException