| Package | Description |
|---|---|
| io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientStream
The abstract base class for
ClientStream implementations. |
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. |
| Modifier and Type | Method and Description |
|---|---|
ClientStream |
ClientTransport.newStream(io.grpc.MethodDescriptor<?,?> method,
io.grpc.Metadata headers,
io.grpc.CallOptions callOptions)
Creates a new stream for sending messages to a remote end-point.
|