Uses of Class
io.helidon.common.http.ContextualRegistry.Builder
-
Packages that use ContextualRegistry.Builder Package Description io.helidon.common.http HTTP APIs and implementations usable by both server and client side of the HTTP story. -
-
Uses of ContextualRegistry.Builder in io.helidon.common.http
Methods in io.helidon.common.http that return ContextualRegistry.Builder Modifier and Type Method Description static ContextualRegistry.Builder
ContextualRegistry. builder()
Deprecated.used for backward compatibility onlyContextualRegistry.Builder
ContextualRegistry.Builder. id(String id)
Identification of the new context, should be unique within this runtime.ContextualRegistry.Builder
ContextualRegistry.Builder. parent(Context parent)
Parent of the new context.
-