public class AsyncRequestListener extends Object implements AsyncListener
| Constructor and Description |
|---|
AsyncRequestListener() |
AsyncRequestListener(AsyncChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(AsyncEvent event) |
void |
onError(AsyncEvent arg0) |
void |
onStartAsync(AsyncEvent arg0) |
void |
onTimeout(AsyncEvent event) |
public AsyncRequestListener()
public AsyncRequestListener(AsyncChannel channel)
public void onComplete(AsyncEvent event) throws IOException
onComplete in interface AsyncListenerIOExceptionpublic void onTimeout(AsyncEvent event) throws IOException
onTimeout in interface AsyncListenerIOExceptionpublic void onError(AsyncEvent arg0) throws IOException
onError in interface AsyncListenerIOExceptionpublic void onStartAsync(AsyncEvent arg0) throws IOException
onStartAsync in interface AsyncListenerIOException