Interface ServletHttpRequest.AsyncExecution

Enclosing interface:
ServletHttpRequest<N,B>

public static interface ServletHttpRequest.AsyncExecution
Async execution.
Since:
4.0.0
Author:
Denis Stepanov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Method should be called after the async processing is completed.
  • Method Details

    • complete

      void complete()
      Method should be called after the async processing is completed.