Uses of Interface
io.grpc.internal.AbstractClientStream.Sink
Packages that use AbstractClientStream.Sink
Package
Description
Interfaces and implementations that are internal to gRPC.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of AbstractClientStream.Sink in io.grpc.internal
Methods in io.grpc.internal that return AbstractClientStream.SinkModifier and TypeMethodDescriptionprotected abstract AbstractClientStream.Sink
AbstractClientStream.abstractClientStreamSink()
Sink for transport to be called to perform outbound operations. -
Uses of AbstractClientStream.Sink in io.grpc.netty
Classes in io.grpc.netty that implement AbstractClientStream.Sink