public class CounterHandler
extends org.glassfish.grizzly.comet.DefaultCometHandler<javax.servlet.http.HttpServletResponse>
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(org.glassfish.grizzly.comet.CometEvent event) |
void |
onInterrupt(org.glassfish.grizzly.comet.CometEvent event) |
public void onEvent(org.glassfish.grizzly.comet.CometEvent event)
throws IOException
onEvent in interface org.glassfish.grizzly.comet.CometHandler<javax.servlet.http.HttpServletResponse>onEvent in class org.glassfish.grizzly.comet.DefaultCometHandler<javax.servlet.http.HttpServletResponse>IOExceptionpublic void onInterrupt(org.glassfish.grizzly.comet.CometEvent event)
throws IOException
onInterrupt in interface org.glassfish.grizzly.comet.CometHandler<javax.servlet.http.HttpServletResponse>onInterrupt in class org.glassfish.grizzly.comet.DefaultCometHandler<javax.servlet.http.HttpServletResponse>IOExceptionCopyright © 2020 Oracle Corporation. All Rights Reserved.