public static class TopologySSEServlet.TopologyAsyncListener extends Object implements javax.servlet.AsyncListener
| Constructor and Description |
|---|
TopologyAsyncListener() |
TopologyAsyncListener(Topology topology,
TopologyListener topologyListener,
ScheduledFuture scheduledFuture) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(javax.servlet.AsyncEvent asyncEvent) |
void |
onError(javax.servlet.AsyncEvent asyncEvent) |
void |
onStartAsync(javax.servlet.AsyncEvent asyncEvent) |
void |
onTimeout(javax.servlet.AsyncEvent asyncEvent) |
public TopologyAsyncListener()
public TopologyAsyncListener(Topology topology, TopologyListener topologyListener, ScheduledFuture scheduledFuture)
public void onComplete(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onComplete in interface javax.servlet.AsyncListenerIOExceptionpublic void onTimeout(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onTimeout in interface javax.servlet.AsyncListenerIOExceptionpublic void onError(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onError in interface javax.servlet.AsyncListenerIOExceptionpublic void onStartAsync(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onStartAsync in interface javax.servlet.AsyncListenerIOExceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.