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 classGrpcConfig.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 classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Subclasses with type arguments of type GrpcConfig in io.helidon.webserver.grpcClasses in io.helidon.webserver.grpc that implement interfaces with type arguments of type GrpcConfigModifier and TypeClassDescriptionstatic classFluent API builder forGrpcConfig.classImplementation of a service provider interface to create grpc protocol configuration.classServiceLoaderprovider implementation of grpc sub-protocol of HTTP/2.Methods in io.helidon.webserver.grpc that return GrpcConfigModifier and TypeMethodDescriptionGrpcConfig.Builder.build()Create an instance from this builder.GrpcConfig.Builder.buildPrototype()Create an instance of the prototype.static GrpcConfigGrpcConfig.create()Create a new instance with default values.static GrpcConfigCreate 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.BuilderGrpcConfig.builder(GrpcConfig instance) Create a new fluent API builder from an existing instance.GrpcProtocolProvider.create(GrpcConfig config, ProtocolConfigs configs) static GrpcProtocolSelectorGrpcProtocolSelector.create(GrpcConfig grpcConfig) Create a new grpc protocol selector (default).GrpcConfig.BuilderBase.from(GrpcConfig prototype) Update this builder from an existing prototype instance.