Package org.eclipse.jetty.server
Class AsyncContextState.WrappedAsyncListener
java.lang.Object
org.eclipse.jetty.server.AsyncContextState.WrappedAsyncListener
- All Implemented Interfaces:
EventListener,AsyncListener
- Enclosing class:
AsyncContextState
@Deprecated(since="2021-05-27")
public static class AsyncContextState.WrappedAsyncListener
extends Object
implements AsyncListener
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedAsyncListener(AsyncListener listener, ServletRequest request, ServletResponse response) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidonComplete(AsyncEvent event) Deprecated.voidonError(AsyncEvent event) Deprecated.voidonStartAsync(AsyncEvent event) Deprecated.voidonTimeout(AsyncEvent event) Deprecated.
-
Constructor Details
-
WrappedAsyncListener
public WrappedAsyncListener(AsyncListener listener, ServletRequest request, ServletResponse response) Deprecated.
-
-
Method Details
-
getListener
Deprecated. -
onTimeout
Deprecated.- Specified by:
onTimeoutin interfaceAsyncListener- Throws:
IOException
-
onStartAsync
Deprecated.- Specified by:
onStartAsyncin interfaceAsyncListener- Throws:
IOException
-
onError
Deprecated.- Specified by:
onErrorin interfaceAsyncListener- Throws:
IOException
-
onComplete
Deprecated.- Specified by:
onCompletein interfaceAsyncListener- Throws:
IOException
-