| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientStreamListener.RpcProgress |
ClientStreamListener.RpcProgress.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientStreamListener.RpcProgress[] |
ClientStreamListener.RpcProgress.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientStreamListener.closed(io.grpc.Status status,
ClientStreamListener.RpcProgress rpcProgress,
io.grpc.Metadata trailers)
Called when the stream is fully closed.
|
void |
AbstractClientStream.TransportState.transportReportStatus(io.grpc.Status status,
ClientStreamListener.RpcProgress rpcProgress,
boolean stopDelivery,
io.grpc.Metadata trailers)
Report stream closure with status to the application layer if not already reported.
|
| Constructor and Description |
|---|
FailingClientStream(io.grpc.Status error,
ClientStreamListener.RpcProgress rpcProgress)
Creates a
FailingClientStream that would fail with the given error. |