Uses of Interface
io.grpc.internal.AbstractClientStream.Sink
-
Packages that use AbstractClientStream.Sink Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty 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.Sink Modifier and Type Method Description protected abstract AbstractClientStream.SinkAbstractClientStream. 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 Modifier and Type Class Description private classNettyClientStream.Sink
-