public class SimpleAsyncListener extends Object implements javax.servlet.AsyncListener
| Modifier and Type | Field and Description |
|---|---|
static boolean |
onCompleteCalled |
static boolean |
onErrorCalled |
static boolean |
onStartAsyncCalled |
static boolean |
onTimeoutCalled |
| Constructor and Description |
|---|
SimpleAsyncListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(javax.servlet.AsyncEvent event) |
void |
onError(javax.servlet.AsyncEvent event) |
void |
onStartAsync(javax.servlet.AsyncEvent event) |
void |
onTimeout(javax.servlet.AsyncEvent event) |
static void |
reset() |
public static boolean onCompleteCalled
public static boolean onTimeoutCalled
public static boolean onErrorCalled
public static boolean onStartAsyncCalled
public void onComplete(javax.servlet.AsyncEvent event)
throws IOException
onComplete in interface javax.servlet.AsyncListenerIOExceptionpublic void onTimeout(javax.servlet.AsyncEvent event)
throws IOException
onTimeout in interface javax.servlet.AsyncListenerIOExceptionpublic void onError(javax.servlet.AsyncEvent event)
throws IOException
onError in interface javax.servlet.AsyncListenerIOExceptionpublic void onStartAsync(javax.servlet.AsyncEvent event)
throws IOException
onStartAsync in interface javax.servlet.AsyncListenerIOExceptionpublic static void reset()
Copyright © 2016. All rights reserved.