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.BuilderContextualRegistry. builder()Deprecated.used for backward compatibility onlyContextualRegistry.BuilderContextualRegistry.Builder. id(String id)Identification of the new context, should be unique within this runtime.ContextualRegistry.BuilderContextualRegistry.Builder. parent(Context parent)Parent of the new context.
-