Package | Description |
---|---|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClientStream
Extension of
Stream to support client-side termination semantics. |
interface |
ServerStream
Extension of
Stream to support server-side termination semantics. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientStream
The abstract base class for
ClientStream implementations. |
class |
AbstractServerStream
Abstract base class for
ServerStream implementations. |
class |
AbstractStream
The stream and stream state as used by the application.
|
class |
FailingClientStream
An implementation of
ClientStream that fails (by calling ClientStreamListener.closed(io.grpc.Status, io.grpc.Metadata) ) when started, and silently does nothing for the other operations. |
class |
NoopClientStream
An implementation of
ClientStream that silently does nothing for the operations. |
Copyright © 2019. All rights reserved.