Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.http.core

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)

Function Documentation

◆ AuthPolicy()

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().

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

◆ HttpError()

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().

Here is the caller graph for this function:

◆ Route()

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().

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

◆ 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().

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