Package | Description |
---|---|
org.apache.catalina.core | |
org.apache.catalina.filters | |
org.jboss.servlet.http |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationFilterChain
Implementation of
javax.servlet.FilterChain used to manage
the execution of a set of filters for a particular request. |
Modifier and Type | Method and Description |
---|---|
void |
RemoteHostFilter.doFilterEvent(HttpEvent event,
HttpEventFilterChain chain)
Extract the desired request property, and pass it (along with the comet
event and filter chain) to the protected
process() method
to perform the actual filtering. |
void |
RemoteAddrFilter.doFilterEvent(HttpEvent event,
HttpEventFilterChain chain)
Extract the desired request property, and pass it (along with the comet
event and filter chain) to the protected
process() method
to perform the actual filtering. |
protected void |
RequestFilter.processCometEvent(String property,
HttpEvent event,
HttpEventFilterChain chain)
Perform the filtering that has been configured for this Filter, matching
against the specified request property.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpEventFilter.doFilterEvent(HttpEvent event,
HttpEventFilterChain chain)
The
doFilterEvent method of the HttpEventFilter is called by the container
each time a request/response pair is passed through the chain due
to a client event for a resource at the end of the chain. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.