Interface CloseStage<R extends FilterResult>

Type Parameters:
R - filter result
All Known Subinterfaces:
CloseOrTerminalStage<R>, FilterResultBuilder<H,R>, RequestFilterResultBuilder, ResponseFilterResultBuilder

public interface CloseStage<R extends FilterResult>
Interface supporting the FilterResultBuilder fluent API.
  • Method Summary

    Modifier and Type
    Method
    Description
    Signals the desire of the filter that the connection is closed.
  • Method Details

    • withCloseConnection

      TerminalStage<R> withCloseConnection()
      Signals the desire of the filter that the connection is closed.
      Returns:
      next stage in the fluent API.