Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.http.core.RouteMatcher Class Reference
Collaboration diagram for dev.rafex.ether.http.core.RouteMatcher:

Static Public Member Functions

static Optional< RouteMatchmatch (final String relPath, final List< Route > routes)

Detailed Description

Definition at line 32 of file RouteMatcher.java.

Member Function Documentation

◆ match()

Optional< RouteMatch > dev.rafex.ether.http.core.RouteMatcher.match ( final String relPath,
final List< Route > routes )
static

Definition at line 37 of file RouteMatcher.java.

References match(), and dev.rafex.ether.http.core.RouteMatch().

Referenced by dev.rafex.ether.http.jetty12.NonBlockingResourceHandler.handle(), dev.rafex.ether.http.jetty12.ResourceHandler.handle(), and match().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file:
  • ether-http-core/ether-http-core/src/main/java/dev/rafex/ether/http/core/RouteMatcher.java