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

Classes

class  JettyApiErrorResponses
class  JettyApiResponses
class  JettyAuthHandler
class  JettyAuthPolicyRegistry
class  JettyHttpExchange
interface  JettyMiddleware
class  JettyMiddlewareRegistry
interface  JettyModule
class  JettyResponseUtil
class  JettyRouteRegistry
class  JettyServerFactory
class  JettyServerRunner
class  JettyTransportException
class  JettyTransportRuntimeException
class  NonBlockingResourceHandler
class  ResourceHandler
interface  TokenVerifier

Functions

record JettyModuleContext (JettyServerConfig config, JsonCodec jsonCodec, TokenVerifier tokenVerifier)
record JettyRouteRegistration (String pathSpec, Handler handler)
record JettyServerConfig (int port, int maxThreads, int minThreads, int idleTimeoutMs, String threadPoolName, String environment)
record TokenVerificationResult (boolean ok, String code, Object context)

Function Documentation

◆ JettyModuleContext()

record dev.rafex.ether.http.jetty12.JettyModuleContext ( JettyServerConfig config,
JsonCodec jsonCodec,
TokenVerifier tokenVerifier )

Definition at line 31 of file JettyModuleContext.java.

References JettyServerConfig().

Referenced by dev.rafex.ether.http.jetty12.JettyServerFactory.create(), dev.rafex.ether.http.jetty12.JettyModule.registerAuthPolicies(), dev.rafex.ether.http.jetty12.JettyModule.registerMiddlewares(), and dev.rafex.ether.http.jetty12.JettyModule.registerRoutes().

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

◆ JettyRouteRegistration()

record dev.rafex.ether.http.jetty12.JettyRouteRegistration ( String pathSpec,
Handler handler )

Definition at line 31 of file JettyRouteRegistration.java.

Referenced by dev.rafex.ether.http.jetty12.JettyRouteRegistry.add().

Here is the caller graph for this function:

◆ JettyServerConfig()

record dev.rafex.ether.http.jetty12.JettyServerConfig ( int port,
int maxThreads,
int minThreads,
int idleTimeoutMs,
String threadPoolName,
String environment )

Definition at line 29 of file JettyServerConfig.java.

References JettyServerConfig().

Referenced by dev.rafex.ether.http.jetty12.JettyServerFactory.create(), dev.rafex.ether.http.jetty12.JettyServerFactory.create(), dev.rafex.ether.http.jetty12.JettyServerFactory.create(), JettyModuleContext(), and JettyServerConfig().

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

◆ TokenVerificationResult()

record dev.rafex.ether.http.jetty12.TokenVerificationResult ( boolean ok,
String code,
Object context )

Definition at line 29 of file TokenVerificationResult.java.

References TokenVerificationResult().

Referenced by TokenVerificationResult(), and dev.rafex.ether.http.jetty12.TokenVerifier.verify().

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