Packages | |
| package | query |
Classes | |
| class | CodeBasedDomainErrorMapper |
| class | DefaultErrorMapper |
| interface | DomainErrorMapper |
| interface | ErrorMapper |
| interface | HttpExchange |
| interface | HttpHandler |
| interface | HttpResource |
| interface | Middleware |
| class | RouteMatcher |
Functions | |
| record | AuthPolicy (Type type, String method, String pathSpec) |
| record | HttpError (int status, String code, String message) |
| record | Route (String pattern, Set< String > allowedMethods) |
| record | RouteMatch (Route route, Map< String, String > pathParams) |
| record dev.rafex.ether.http.core.AuthPolicy | ( | Type | type, |
| String | method, | ||
| String | pathSpec ) |
Definition at line 29 of file AuthPolicy.java.
References AuthPolicy().
Referenced by AuthPolicy().
| record dev.rafex.ether.http.core.HttpError | ( | int | status, |
| String | code, | ||
| String | message ) |
Definition at line 29 of file HttpError.java.
Referenced by dev.rafex.ether.http.core.CodeBasedDomainErrorMapper.map(), dev.rafex.ether.http.core.DefaultErrorMapper.map(), dev.rafex.ether.http.core.DomainErrorMapper.map(), and dev.rafex.ether.http.core.ErrorMapper.map().
| record dev.rafex.ether.http.core.Route | ( | String | pattern, |
| Set< String > | allowedMethods ) |
Definition at line 37 of file Route.java.
References Route().
Referenced by Route(), and RouteMatch().
| record dev.rafex.ether.http.core.RouteMatch | ( | Route | route, |
| Map< String, String > | pathParams ) |
Definition at line 31 of file RouteMatch.java.
References Route().
Referenced by dev.rafex.ether.http.core.RouteMatcher.match().