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