Uses of Package
io.helidon.grpc.core
-
Packages that use io.helidon.grpc.core 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.io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
Classes in io.helidon.grpc.core used by io.helidon.grpc.client Class Description GrpcTlsDescriptor GrpcTlsDescriptor contains details about configuring TLS of aChannel
.MarshallerSupplier A supplier ofMethodDescriptor.Marshaller
instances for specific classes.MethodHandler A gRPC method call handler.PriorityBag A bag of values ordered by priority. -
Classes in io.helidon.grpc.core used by io.helidon.grpc.core Class Description GrpcTlsDescriptor GrpcTlsDescriptor contains details about configuring TLS of aChannel
.GrpcTlsDescriptor.Builder Builder to build a new instance ofGrpcTlsDescriptor
.JavaMarshaller Deprecated, for removal: This API element is subject to removal in a future version.Not suitable for production use, and will be removed in 3.0.MarshallerSupplier A supplier ofMethodDescriptor.Marshaller
instances for specific classes.MethodHandler.BidirectionalClient A bidirectional client call handler.MethodHandler.ClientStreaming A client streaming client call handler.MethodHandler.ServerStreamingClient A server streaming client call handler.MethodHandler.UnaryClient A unary client call handler.PriorityBag A bag of values ordered by priority. -
Classes in io.helidon.grpc.core used by io.helidon.grpc.server Class Description GrpcTlsDescriptor GrpcTlsDescriptor contains details about configuring TLS of aChannel
.MarshallerSupplier A supplier ofMethodDescriptor.Marshaller
instances for specific classes.PriorityBag A bag of values ordered by priority. -
Classes in io.helidon.grpc.core used by io.helidon.microprofile.grpc.core Class Description MarshallerSupplier A supplier ofMethodDescriptor.Marshaller
instances for specific classes.MethodHandler A gRPC method call handler.MethodHandler.BidirectionalClient A bidirectional client call handler.MethodHandler.ClientStreaming A client streaming client call handler.MethodHandler.ServerStreamingClient A server streaming client call handler.MethodHandler.UnaryClient A unary client call handler.