Uses of Class
io.helidon.grpc.core.GrpcTlsDescriptor
-
Packages that use GrpcTlsDescriptor Package Description io.helidon.grpc.client gRPC client API.io.helidon.grpc.core Core classes used by both the reactive gRPC server API and gRPC client API.io.helidon.grpc.server Reactive gRPC server API. -
-
Uses of GrpcTlsDescriptor in io.helidon.grpc.client
Methods in io.helidon.grpc.client that return types with arguments of type GrpcTlsDescriptor Modifier and Type Method Description Optional<GrpcTlsDescriptor>
GrpcChannelDescriptor. tlsDescriptor()
Get theGrpcTlsDescriptor
.Methods in io.helidon.grpc.client with parameters of type GrpcTlsDescriptor Modifier and Type Method Description GrpcChannelDescriptor.Builder
GrpcChannelDescriptor.Builder. sslDescriptor(GrpcTlsDescriptor tlsDescriptor)
Set the GrpcTlsDescriptor. -
Uses of GrpcTlsDescriptor in io.helidon.grpc.core
Methods in io.helidon.grpc.core that return GrpcTlsDescriptor Modifier and Type Method Description GrpcTlsDescriptor
GrpcTlsDescriptor.Builder. build()
Create and return a new instance ofGrpcTlsDescriptor
.static GrpcTlsDescriptor
GrpcTlsDescriptor. create(Config config)
Create an instance of a TLS configuration from external configuration source. -
Uses of GrpcTlsDescriptor in io.helidon.grpc.server
Methods in io.helidon.grpc.server that return GrpcTlsDescriptor Modifier and Type Method Description GrpcTlsDescriptor
GrpcServerBasicConfig. tlsConfig()
GrpcTlsDescriptor
GrpcServerConfiguration. tlsConfig()
Returns a SslConfiguration to use with the server socket.Methods in io.helidon.grpc.server with parameters of type GrpcTlsDescriptor Modifier and Type Method Description protected io.netty.handler.ssl.SslContextBuilder
GrpcServerImpl. sslContextBuilder(GrpcTlsDescriptor tlsConfig)
Return an instance of SslContextBuilder from the specified SslConfig.GrpcServerConfiguration.Builder
GrpcServerConfiguration.Builder. tlsConfig(GrpcTlsDescriptor tlsConfig)
Configures TLS configuration to use with the server socket.
-