public class InvalidatingSessionMatchingFailureHandler extends Object implements SessionMatchingFailureHandler
| Constructor and Description |
|---|
InvalidatingSessionMatchingFailureHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleSessionMatchingFailure(javax.servlet.FilterChain chain,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handle a session matching failure.
|
public InvalidatingSessionMatchingFailureHandler()
public void handleSessionMatchingFailure(javax.servlet.FilterChain chain,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException,
javax.servlet.ServletException
SessionMatchingFailureHandlerhandleSessionMatchingFailure in interface SessionMatchingFailureHandlerchain - the filter chainrequest - the requestresponse - the responseIOExceptionjavax.servlet.ServletExceptionCopyright © 2013. All Rights Reserved.