public interface CometFilterChain
Modifier and Type | Method and Description |
---|---|
void |
doFilterEvent(CometEvent 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(CometEvent event) throws java.io.IOException, ServletException
event
- the event to pass along the chain.java.io.IOException
ServletException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.