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 ContextualRegistryContextualRegistry.Builder. build()static ContextualRegistryContextualRegistry. create()Deprecated.useContext.create()static ContextualRegistryContextualRegistry. create(Context parent)Deprecated. -
Uses of ContextualRegistry in io.helidon.webserver
Methods in io.helidon.webserver that return ContextualRegistry Modifier and Type Method Description ContextualRegistryServerRequest. context()Returns a request context as a child ofWebServercontext.ContextualRegistryWebServer. context()Gets aWebServercontext.
-