Class AsyncContextState.WrappedAsyncListener

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

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

    • WrappedAsyncListener

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

    • getListener

      public javax.servlet.AsyncListener getListener()
    • onTimeout

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

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

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

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