public class SetRequestSecureFilterChain extends java.lang.Object implements FilterChain
| Modifier and Type | Class and Description |
|---|---|
static class |
SetRequestSecureFilterChain.SecureServletRequestWrapper |
| Constructor and Description |
|---|
SetRequestSecureFilterChain(FilterChain next,
java.lang.Boolean isSecure) |
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(ServletRequest request,
ServletResponse response)
Invokes the next filter in the chain or the final servlet at
the end of the chain.
|
java.lang.String |
toString() |
public SetRequestSecureFilterChain(FilterChain next, java.lang.Boolean isSecure)
public void doFilter(ServletRequest request, ServletResponse response) throws ServletException, java.io.IOException
FilterChaindoFilter in interface FilterChainrequest - the servlet requestresponse - the servlet responseServletExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object