Uses of Class
io.helidon.grpc.server.GrpcServerConfiguration.Builder
Packages that use GrpcServerConfiguration.Builder
Package
Description
Reactive gRPC server API.
Microprofile 1.0 gRPC server implementation.
-
Uses of GrpcServerConfiguration.Builder in io.helidon.grpc.server
Methods in io.helidon.grpc.server that return GrpcServerConfiguration.BuilderModifier and TypeMethodDescriptionGrpcServerConfiguration.builder()
Creates new instance of aserver configuration builder
.Creates new instance of aserver configuration builder
with defaults from external configuration source.Update the builder from configuration.Configure the application scoped context to be used as a parent for webserver request contexts.GrpcServerConfiguration.Builder.maxRapidResets
(int maxRapidResets) Maximum number of rapid resets(stream RST sent by client before any data have been sent by server).Set the name of the gRPC server.GrpcServerConfiguration.Builder.port
(int port) Sets server port.GrpcServerConfiguration.Builder.rapidResetCheckPeriod
(Duration rapidResetCheckPeriod) Period for counting rapid resets(stream RST sent by client before any data have been sent by server).GrpcServerConfiguration.Builder.tlsConfig
(GrpcTlsDescriptor tlsConfig) Configures TLS configuration to use with the server socket.Sets a tracer.Sets a Tracer.GrpcServerConfiguration.Builder.tracingConfig
(GrpcTracingConfig tracingConfig) Set trace configuration.GrpcServerConfiguration.Builder.workersCount
(int workers) Sets a count of threads in pool used to process HTTP requests. -
Uses of GrpcServerConfiguration.Builder in io.helidon.microprofile.grpc.server.spi
Methods in io.helidon.microprofile.grpc.server.spi that return GrpcServerConfiguration.BuilderModifier and TypeMethodDescriptionGrpcMpContext.grpcServerConfiguration()
Obtain theGrpcServerConfiguration
.