Interface MethodRoute.Manager<A,B,C extends MethodRoute<A>,D extends MethodRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>

Type Parameters:
A - the resource type
B - the input type
C - the HTTP method route type
D - the HTTP method route manager type
E - the router type
All Superinterfaces:
RouteManager<A,B,C,D,E>
Enclosing interface:
MethodRoute<A>

public static interface MethodRoute.Manager<A,B,C extends MethodRoute<A>,D extends MethodRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>> extends RouteManager<A,B,C,D,E>

An HTTP method route manager.

Since:
1.12
Author:
Jeremy Kuhn
  • Method Summary

    Modifier and Type
    Method
    Description
    method(Method method)
    Specifies the HTTP method matching the HTTP method in an input.

    Methods inherited from interface io.inverno.mod.http.base.router.RouteManager

    disable, enable, findRoutes, remove, set, set, set
  • Method Details

    • method

      D method(Method method)

      Specifies the HTTP method matching the HTTP method in an input.

      Parameters:
      method - an HTTP method
      Returns:
      the route manager