Module io.inverno.mod.http.base
Package io.inverno.mod.http.base.router.link
package io.inverno.mod.http.base.router.link
Inverno HTTP routing link implementations.
-
ClassDescriptionAcceptLanguageRoutingLink<A,
B, C extends AcceptLanguageRoute<A>, D extends AcceptLanguageRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching languages accepted in an input.AuthorityRoutingLink<A,B, C extends AuthorityRoute<A>, D extends AuthorityRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the authority in an input.ContentRoutingLink<A,B, C extends ContentRoute<A>, D extends ContentRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the content type in an input.ErrorRoutingLink<A,B, C extends ErrorRoute<A>, D extends ErrorRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the error in an input.HeadersRoutingLink<A,B, C extends HeadersRoute<A>, D extends HeadersRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching headers in an input.InboundAcceptContentRoutingLink<A,B, C extends AcceptContentRoute<A>, D extends AcceptContentRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the accepted content types in an input.MethodRoutingLink<A,B, C extends MethodRoute<A>, D extends MethodRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the HTTP method in an input.OutboundAcceptContentRoutingLink<A,B, C extends AcceptContentRoute<A>, D extends AcceptContentRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the accepted content types in an input.PathRoutingLink<A,B, C extends PathRoute<A>, D extends PathRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the path in an input.QueryParametersRoutingLink<A,B, C extends QueryParametersRoute<A>, D extends QueryParametersRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching query parameters in an input.URIRoutingLink<A,B, C extends URIRoute<A>, D extends URIRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the URI in an input.WebSocketSubprotocolRoutingLink<A,B, C extends WebSocketSubprotocolRoute<A>, D extends WebSocketSubprotocolRoute.Extractor<A, C, D>> ARoutingLink
implementation resolving resources by matching the WebSocket subprotocols accepted in an input.