static class |
io.helidon.microprofile.grpc.core.AbstractMethodHandlerSupplier.AbstractHandler<ReqT,RespT> |
A base class for method handlers.
|
static class |
BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler<ReqT,RespT> |
|
static class |
BidirectionalMethodHandlerSupplier.BidiStreaming<ReqT,RespT> |
A bi-directional streaming MethodHandler that
calls a standard bi-directional streaming method handler method of the form.
|
static class |
ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler<ReqT,RespT> |
|
static class |
ClientStreamingMethodHandlerSupplier.ClientStreaming<ReqT,RespT> |
A client streaming MethodHandler that
calls a standard client streaming method handler method of the form.
|
static class |
ClientStreamingMethodHandlerSupplier.ClientStreamingIterable<ReqT,RespT> |
A client side only client streaming MethodHandler that
streams requests from an iterable.
|
static class |
ClientStreamingMethodHandlerSupplier.ClientStreamingStream<ReqT,RespT> |
A client side only client streaming MethodHandler that
streams requests from a stream.
|
static class |
ClientStreamingMethodHandlerSupplier.FutureResponse<ReqT,RespT> |
A client streaming MethodHandler that
calls a standard client streaming method handler method of the form.
|
static class |
ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler<ReqT,RespT> |
|
static class |
ServerStreamingMethodHandlerSupplier.ServerStreaming<ReqT,RespT> |
A server streaming MethodHandler that calls a standard server
streaming method handler method of the form.
|
static class |
ServerStreamingMethodHandlerSupplier.ServerStreamingNoRequest<ReqT,RespT> |
A server streaming MethodHandler that calls a calls a server
streaming method handler method of the form.
|
static class |
ServerStreamingMethodHandlerSupplier.StreamResponse<ReqT,RespT> |
A server streaming MethodHandler that calls a calls a server
streaming method handler method of the form.
|
static class |
ServerStreamingMethodHandlerSupplier.StreamResponseNoRequest<ReqT,RespT> |
A server streaming MethodHandler that calls a calls a server
streaming method handler method of the form.
|
static class |
UnaryMethodHandlerSupplier.AbstractUnaryHandler<ReqT,RespT> |
A base class for unary method handlers.
|
static class |
UnaryMethodHandlerSupplier.FutureResponse<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.FutureResponseNoRequest<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.NoRequestNoResponse<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.RequestNoResponse<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.RequestResponse<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.ResponseOnly<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.Unary<ReqT,RespT> |
A unary MethodHandler that calls a standard unary method handler
method of the form.
|
static class |
UnaryMethodHandlerSupplier.UnaryFuture<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.UnaryFutureNoRequest<ReqT,RespT> |
|
static class |
UnaryMethodHandlerSupplier.UnaryNoRequest<ReqT,RespT> |
A unary MethodHandler that calls a unary method handler method
of the form.
|