Uses of Class
io.grpc.internal.ClientCallImpl
-
Packages that use ClientCallImpl Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ClientCallImpl in io.grpc.internal
Methods in io.grpc.internal that return ClientCallImpl Modifier and Type Method Description (package private) ClientCallImpl<ReqT,RespT>
ClientCallImpl. setCompressorRegistry(CompressorRegistry compressorRegistry)
(package private) ClientCallImpl<ReqT,RespT>
ClientCallImpl. setDecompressorRegistry(DecompressorRegistry decompressorRegistry)
(package private) ClientCallImpl<ReqT,RespT>
ClientCallImpl. setFullStreamDecompression(boolean fullStreamDecompression)
-