public static class AsyncContextState.WrappedAsyncListener extends Object implements AsyncListener
| Constructor and Description |
|---|
WrappedAsyncListener(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
| Modifier and Type | Method and Description |
|---|---|
AsyncListener |
getListener() |
void |
onComplete(AsyncEvent event) |
void |
onError(AsyncEvent event) |
void |
onStartAsync(AsyncEvent event) |
void |
onTimeout(AsyncEvent event) |
public WrappedAsyncListener(AsyncListener listener, ServletRequest request, ServletResponse response)
public AsyncListener getListener()
public void onTimeout(AsyncEvent event) throws IOException
onTimeout in interface AsyncListenerIOExceptionpublic void onStartAsync(AsyncEvent event) throws IOException
onStartAsync in interface AsyncListenerIOExceptionpublic void onError(AsyncEvent event) throws IOException
onError in interface AsyncListenerIOExceptionpublic void onComplete(AsyncEvent event) throws IOException
onComplete in interface AsyncListenerIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved