| BlockingGrpcClient<Client extends GrpcClient> |
A blocking client to a gRPC service.
|
| BlockingGrpcService |
|
| FilterableGrpcClient |
A client to a gRPC service that supports filtering.
|
| GrpcBindableService<F extends S,S extends GrpcService,FF extends GrpcServiceFilterFactory<F,S>> |
A gRPC service that can generate factory instances bound
to itself.
|
| GrpcClient<BlockingClient extends BlockingGrpcClient> |
A client to a gRPC service.
|
| GrpcClientBuilder.MultiClientBuilder |
An interface to create multiple gRPC clients sharing the
same underlying transport instance.
|
| GrpcClientCallFactory |
A factory to create gRPC client call objects for different
programming models.
|
| GrpcClientCallFactory.BlockingClientCall<Req,Resp> |
An abstraction to make blocking client calls.
|
| GrpcClientCallFactory.BlockingRequestStreamingClientCall<Req,Resp> |
An abstraction to make blocking client calls where request is streaming.
|
| GrpcClientCallFactory.BlockingResponseStreamingClientCall<Req,Resp> |
An abstraction to make blocking client calls where response is streaming.
|
| GrpcClientCallFactory.BlockingStreamingClientCall<Req,Resp> |
An abstraction to make blocking bi-directional streaming client calls.
|
| GrpcClientCallFactory.ClientCall<Req,Resp> |
An abstraction to make asynchronous client calls.
|
| GrpcClientCallFactory.RequestStreamingClientCall<Req,Resp> |
An abstraction to make asynchronous client calls where request is streaming.
|
| GrpcClientCallFactory.ResponseStreamingClientCall<Req,Resp> |
An abstraction to make asynchronous client calls where response is streaming.
|
| GrpcClientCallFactory.StreamingClientCall<Req,Resp> |
An abstraction to make asynchronous bi-directional streaming client calls.
|
| GrpcClientFilterFactory<Filter extends FilterableClient,FilterableClient extends FilterableGrpcClient> |
A factory to create gRPC client filters.
|
| GrpcClientMetadata |
Metadata for a gRPC client call.
|
| GrpcClientSecurityConfigurator<U,R> |
Deprecated.
|
| GrpcExecutionContext |
|
| GrpcExecutionStrategy |
An execution strategy for gRPC client and servers.
|
| GrpcMetadata |
Metadata for a gRPC call.
|
| GrpcPayloadWriter<T> |
|
| GrpcRoutes.AllGrpcRoutes |
A collection of route corresponding to the enclosing GrpcRoutes.
|
| GrpcRoutes.BlockingRequestStreamingRoute<Req,Resp> |
A blocking gRPC route with request streaming.
|
| GrpcRoutes.BlockingResponseStreamingRoute<Req,Resp> |
A blocking gRPC route with response streaming.
|
| GrpcRoutes.BlockingRoute<Req,Resp> |
|
| GrpcRoutes.BlockingStreamingRoute<Req,Resp> |
A blocking gRPC route with bi-directional streaming.
|
| GrpcRoutes.RequestStreamingRoute<Req,Resp> |
An asynchronous gRPC route with request streaming.
|
| GrpcRoutes.ResponseStreamingRoute<Req,Resp> |
An asynchronous gRPC route with response streaming.
|
| GrpcRoutes.Route<Req,Resp> |
An asynchronous gRPC route.
|
| GrpcRoutes.StreamingRoute<Req,Resp> |
An asynchronous gRPC route with bi-directional streaming.
|
| GrpcSerializationProvider |
A provider for gRPC serialization/deserialization.
|
| GrpcServerSecurityConfigurator |
Deprecated.
|
| GrpcService |
|
| GrpcServiceContext |
|
| GrpcServiceContext.GrpcProtocol |
|
| GrpcServiceFactory.ServerBinder |
A utility to bind an HTTP service for gRPC with an
appropriate programming model.
|
| GrpcServiceFilterFactory<Filter extends Service,Service> |
A factory to create gRPC service filters.
|