Interface WebServer.Configurer<A extends ExchangeContext>

Type Parameters:
A - the exchange context type
Enclosing interface:
WebServer<A extends ExchangeContext>

public static interface WebServer.Configurer<A extends ExchangeContext>

A configurer used to configure a Web server.

  • Method Summary

    Modifier and Type
    Method
    Description
    Configures interceptors and routes in a Web server.
  • Method Details

    • configure

      WebServer<A> configure(WebServer<A> server)

      Configures interceptors and routes in a Web server.

      Parameters:
      server - the Web server to configure
      Returns:
      the resulting Web server