Interface IAsyncContextInfo


public interface IAsyncContextInfo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Async context info.
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.servlet.AsyncContext
    Get the context itself.
    boolean
    Test if context is complete.
  • Field Details

  • Method Details

    • isComplete

      boolean isComplete()
      Test if context is complete.
    • getAsyncContext

      jakarta.servlet.AsyncContext getAsyncContext()
      Get the context itself.