| Package | Description |
|---|---|
| io.grpc.stub |
API for the Stub layer.
|
| Class and Description |
|---|
| AbstractAsyncStub
Stub implementations for async stubs.
|
| AbstractBlockingStub
Stub implementations for blocking stubs.
|
| AbstractFutureStub
Stub implementations for future stubs.
|
| AbstractStub
Common base type for stub implementations.
|
| AbstractStub.StubFactory
A factory class for stub.
|
| CallStreamObserver
A refinement of StreamObserver provided by the GRPC runtime to the application (the client or
the server) that allows for more complex interactions with call behavior.
|
| ClientCallStreamObserver
A refinement of
CallStreamObserver that allows for lower-level interaction with
client calls. |
| ServerCalls.BidiStreamingMethod
Adaptor to a bidirectional streaming method.
|
| ServerCalls.ClientStreamingMethod
Adaptor to a client streaming method.
|
| ServerCalls.ServerStreamingMethod
Adaptor to a server streaming method.
|
| ServerCalls.UnaryMethod
Adaptor to a unary call method.
|
| StreamObserver
Receives notifications from an observable stream of messages.
|