Package com.google.zxing.web
Class HTTPSFilter
java.lang.Object
com.google.zxing.web.HTTPSFilter
- All Implemented Interfaces:
- jakarta.servlet.Filter
Redirects things to HTTPS, like the main decode page, which should prefer HTTPS.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HTTPSFilterpublic HTTPSFilter()
 
- 
- 
Method Details- 
doFilterpublic void doFilter(jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse, jakarta.servlet.FilterChain chain) throws IOException, jakarta.servlet.ServletException - Throws:
- IOException
- jakarta.servlet.ServletException
 
- 
initpublic final void init(jakarta.servlet.FilterConfig filterConfig) - Specified by:
- initin interface- jakarta.servlet.Filter
 
- 
destroypublic final void destroy()- Specified by:
- destroyin interface- jakarta.servlet.Filter
 
 
-