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(Status status,
ClientStreamListener.RpcProgress rpcProgress,
Metadata trailers)
Called when the stream is fully closed.
|
void |
AbstractClientStream.TransportState.transportReportStatus(Status status,
ClientStreamListener.RpcProgress rpcProgress,
boolean stopDelivery,
Metadata trailers)
Report stream closure with status to the application layer if not already reported.
|
Constructor and Description |
---|
FailingClientStream(Status error,
ClientStreamListener.RpcProgress rpcProgress)
Creates a
FailingClientStream that would fail with the given error. |
Copyright © 2019. All rights reserved.