public interface HttpEventFilterChain
Modifier and Type | Method and Description |
---|---|
void |
doFilterEvent(HttpEvent event)
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter
in the chain, causes the resource at the end of the chain to be invoked.
|
void doFilterEvent(HttpEvent event) throws IOException, javax.servlet.ServletException
event
- the event to pass along the chain.IOException
javax.servlet.ServletException
Copyright © 2014 JBoss by Red Hat. All rights reserved.