Class ExtAsyncContext


  • public class ExtAsyncContext
    extends Object
    Extended AsyncContext type.
    Since:
    8.8.0
    Author:
    Philip Helger
    • Method Detail

      • getAsyncContext

        @Nonnull
        protected jakarta.servlet.AsyncContext getAsyncContext()
      • getHTTPVersion

        @Nonnull
        public com.helger.http.EHttpVersion getHTTPVersion()
      • getHTTPMethod

        @Nonnull
        public com.helger.commons.http.EHttpMethod getHTTPMethod()
      • getRequest

        @Nonnull
        public jakarta.servlet.http.HttpServletRequest getRequest()
      • getResponse

        @Nonnull
        public jakarta.servlet.http.HttpServletResponse getResponse()
      • complete

        public void complete()