Interface AsyncContextDelegate

All Known Implementing Classes:
AsyncContextDelegateProviderImpl.ExtensionImpl

public interface AsyncContextDelegate
Utilized by the Servlet container response writer to deal with the container async features. Individual instances are created by AsyncContextDelegateProvider.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked upon a response writing completion when the response write is either committed or canceled.
    void
    Invoked by the superior ContainerResponseWriter responsible for writing the response when processing is to be suspended.