Class AsyncContextEvent

  • All Implemented Interfaces:
    java.lang.Runnable

    @Deprecated(since="2021-05-27")
    public class AsyncContextEvent
    extends AsyncEvent
    implements java.lang.Runnable
    Deprecated.
    • Method Detail

      • getSuspendedContext

        public ServletContext getSuspendedContext()
        Deprecated.
      • getDispatchContext

        public ServletContext getDispatchContext()
        Deprecated.
      • getServletContext

        public ServletContext getServletContext()
        Deprecated.
      • getPath

        public java.lang.String getPath()
        Deprecated.
        Returns:
        The path in the context (encoded with possible query string)
      • setTimeoutTask

        public void setTimeoutTask​(Scheduler.Task task)
        Deprecated.
      • hasTimeoutTask

        public boolean hasTimeoutTask()
        Deprecated.
      • cancelTimeoutTask

        public void cancelTimeoutTask()
        Deprecated.
      • getThrowable

        public java.lang.Throwable getThrowable()
        Deprecated.
        Overrides:
        getThrowable in class AsyncEvent
      • setDispatchContext

        public void setDispatchContext​(ServletContext context)
        Deprecated.
      • setDispatchPath

        public void setDispatchPath​(java.lang.String path)
        Deprecated.
        Parameters:
        path - encoded URI
      • completed

        public void completed()
        Deprecated.
      • getHttpChannelState

        public HttpChannelState getHttpChannelState()
        Deprecated.
      • run

        public void run()
        Deprecated.
        Specified by:
        run in interface java.lang.Runnable
      • addThrowable

        public void addThrowable​(java.lang.Throwable e)
        Deprecated.