Uses of Interface
io.helidon.webserver.grpc.GrpcConfig
Packages that use GrpcConfig
-
Uses of GrpcConfig in io.helidon.webserver.grpc
Classes in io.helidon.webserver.grpc with type parameters of type GrpcConfigModifier and TypeClassDescriptionstatic class
GrpcConfig.BuilderBase<BUILDER extends GrpcConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends GrpcConfig> Fluent API builder base forGrpcConfig
.Classes in io.helidon.webserver.grpc that implement GrpcConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.grpc that return GrpcConfigModifier and TypeMethodDescriptionGrpcConfig.Builder.build()
GrpcConfig.Builder.buildPrototype()
static GrpcConfig
GrpcConfig.create()
Create a new instance with default values.static GrpcConfig
Create a new instance from configuration.Methods in io.helidon.webserver.grpc that return types with arguments of type GrpcConfigMethods in io.helidon.webserver.grpc with parameters of type GrpcConfigModifier and TypeMethodDescriptionstatic GrpcConfig.Builder
GrpcConfig.builder
(GrpcConfig instance) Create a new fluent API builder from an existing instance.GrpcProtocolProvider.create
(GrpcConfig config, ProtocolConfigs configs) GrpcConfig.BuilderBase.from
(GrpcConfig prototype) Update this builder from an existing prototype instance.