public interface UrlBlockHandler
| Modifier and Type | Method and Description |
|---|---|
void |
blocked(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
BlockException ex)
Handle the request when blocked.
|
void blocked(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
BlockException ex)
throws IOException
request - Servlet requestresponse - Servlet responseex - the block exception.IOException - some error occursCopyright © 2019 Alibaba Group. All rights reserved.