Package org.xipki.ca.gateway.est.servlet
Class EstHttpFilter
- java.lang.Object
-
- org.xipki.ca.gateway.est.servlet.EstHttpFilter
-
- All Implemented Interfaces:
org.xipki.util.http.XiHttpFilter
public class EstHttpFilter extends java.lang.Object implements org.xipki.util.http.XiHttpFilterEST Gateway ServletFilter.- Since:
- 6.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description EstHttpFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voiddoFilter(org.xipki.util.http.XiHttpRequest req, org.xipki.util.http.XiHttpResponse resp)
-
-
-
Method Detail
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.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:
doFilterin interfaceorg.xipki.util.http.XiHttpFilter- Throws:
java.io.IOException
-
-