Uses of Interface
io.helidon.common.http.ContextualRegistry
-
Packages that use ContextualRegistry Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story.io.helidon.webserver Reactive web server API. -
-
Uses of ContextualRegistry in io.helidon.common.http
Methods in io.helidon.common.http that return ContextualRegistry Modifier and Type Method Description ContextualRegistry
ContextualRegistry.Builder. build()
static ContextualRegistry
ContextualRegistry. create()
Deprecated.useContext.create()
static ContextualRegistry
ContextualRegistry. create(Context parent)
Deprecated. -
Uses of ContextualRegistry in io.helidon.webserver
Methods in io.helidon.webserver that return ContextualRegistry Modifier and Type Method Description ContextualRegistry
ServerRequest. context()
Returns a request context as a child ofWebServer
context.ContextualRegistry
WebServer. context()
Gets aWebServer
context.
-