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 IOException, ServletException
event
- the event to pass along the chain.IOException
- If an I/O error occursServletException
- If an error occurs during event processingCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.