Class AsyncContextState.WrappedAsyncListener

java.lang.Object
org.eclipse.jetty.ee10.servlet.AsyncContextState.WrappedAsyncListener
All Implemented Interfaces:
jakarta.servlet.AsyncListener, EventListener
Enclosing class:
AsyncContextState

public static class AsyncContextState.WrappedAsyncListener extends Object implements jakarta.servlet.AsyncListener
  • Constructor Details

    • WrappedAsyncListener

      public WrappedAsyncListener(jakarta.servlet.AsyncListener listener, jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response)
  • Method Details

    • getListener

      public jakarta.servlet.AsyncListener getListener()
    • onTimeout

      public void onTimeout(jakarta.servlet.AsyncEvent event) throws IOException
      Specified by:
      onTimeout in interface jakarta.servlet.AsyncListener
      Throws:
      IOException
    • onStartAsync

      public void onStartAsync(jakarta.servlet.AsyncEvent event) throws IOException
      Specified by:
      onStartAsync in interface jakarta.servlet.AsyncListener
      Throws:
      IOException
    • onError

      public void onError(jakarta.servlet.AsyncEvent event) throws IOException
      Specified by:
      onError in interface jakarta.servlet.AsyncListener
      Throws:
      IOException
    • onComplete

      public void onComplete(jakarta.servlet.AsyncEvent event) throws IOException
      Specified by:
      onComplete in interface jakarta.servlet.AsyncListener
      Throws:
      IOException