Class CmpHttpFilter

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

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

      Constructors 
      Constructor Description
      CmpHttpFilter()  
    • 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

      • CmpHttpFilter

        public CmpHttpFilter()
                      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,
                             org.xipki.util.exception.ServletException0
        Specified by:
        doFilter in interface org.xipki.util.http.XiHttpFilter
        Throws:
        java.io.IOException
        org.xipki.util.exception.ServletException0