Uses of Class
io.avaje.http.api.context.ServerContext
Packages that use ServerContext
-
Uses of ServerContext in io.avaje.http.api.context
Methods in io.avaje.http.api.context that return types with arguments of type ServerContextModifier and TypeMethodDescriptionRequestContextResolver.currentRequest()Retrieve the current server context.ThreadLocalRequestContextResolver.currentRequest()Methods in io.avaje.http.api.context with parameters of type ServerContextModifier and TypeMethodDescription<T> TRequestContextResolver.callWith(ServerContext ctx, Callable<T> callable) Wraps the execution of the given callable in request context processing.<T> TThreadLocalRequestContextResolver.callWith(ServerContext request, Callable<T> callable) voidRequestContextResolver.runWith(ServerContext ctx, Runnable runnable) Wraps the execution of the given runnable in request context processing.voidThreadLocalRequestContextResolver.runWith(ServerContext request, Runnable runnable) <T> TRequestContextResolver.supplyWith(ServerContext ctx, Supplier<T> supplier) Wraps the execution of the given supplier in request context processing.<T> TThreadLocalRequestContextResolver.supplyWith(ServerContext request, Supplier<T> supplier)