Package | Description |
---|---|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
static NoopClientStream |
NoopClientStream.INSTANCE |
Copyright © 2018. All rights reserved.