public interface CometProcessor extends Servlet
Modifier and Type | Method and Description |
---|---|
void |
event(CometEvent event)
Process the given Comet event.
|
destroy, getServletConfig, getServletInfo, init, service
void event(CometEvent event) throws IOException, ServletException
event
- The Comet event that will be processedIOException
- If an I/O error occursServletException
- If an error occurs during event processingCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.