public class PushHandlerFilter extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PUSH_SESSION_ID_PARAM |
static String |
REQUEST_ATTRIBUTE_NAME |
static String |
SESSION_ATTRIBUTE_NAME |
| Constructor and Description |
|---|
PushHandlerFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Note: Filter does not delegate to chain, since it would lead into cycle by calling
PushServlet#service(ServletRequest, ServletResponse). |
void |
init(FilterConfig filterConfig) |
public static final String SESSION_ATTRIBUTE_NAME
public static final String REQUEST_ATTRIBUTE_NAME
public static final String PUSH_SESSION_ID_PARAM
public void init(FilterConfig filterConfig)
throws ServletException
ServletExceptionpublic void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
PushServlet#service(ServletRequest, ServletResponse).IOExceptionServletExceptionpublic void destroy()
Copyright © 2019 JBoss by Red Hat. All Rights Reserved.