Module io.inverno.mod.http.base
Package io.inverno.mod.http.base.router
Interface AuthorityRoute.Manager<A,B,C extends AuthorityRoute<A>,D extends AuthorityRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>
- Type Parameters:
A
- the resource typeB
- the input typeC
- the authority route typeD
- the authority route manager typeE
- the router type
- All Superinterfaces:
RouteManager<A,
B, C, D, E>
- Enclosing interface:
AuthorityRoute<A>
public static interface AuthorityRoute.Manager<A,B,C extends AuthorityRoute<A>,D extends AuthorityRoute.Manager<A,B,C,D,E>,E extends Router<A,B,C,D,E>>
extends RouteManager<A,B,C,D,E>
An authority route manager.
- Since:
- 1.12
- Author:
- Jeremy Kuhn
-
Method Summary
Methods inherited from interface io.inverno.mod.http.base.router.RouteManager
disable, enable, findRoutes, remove, set, set, set
-
Method Details
-
authority
Specifies the authority matching the authority in an input.
- Parameters:
authority
- an authority- Returns:
- the route manager
-
authorityPattern
Specifies the authority pattern matching the authority in an input.
- Parameters:
authorityPattern
- an authority pattern- Returns:
- the route manager
-