Uses of Interface
io.grpc.KnownLength
-
Packages that use KnownLength Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.protobuf.lite API for gRPC over Protocol Buffers with proto message classes generated by the Lite Runtime library. -
-
Uses of KnownLength in io.grpc
Classes in io.grpc that implement KnownLength Modifier and Type Class Description private static class
ServerInterceptors.KnownLengthBufferedInputStream
BufferedInputStream
that also implementsKnownLength
. -
Uses of KnownLength in io.grpc.internal
Classes in io.grpc.internal that implement KnownLength Modifier and Type Class Description private static class
ReadableBuffers.BufferInputStream
AnInputStream
that is backed by aReadableBuffer
. -
Uses of KnownLength in io.grpc.protobuf.lite
Classes in io.grpc.protobuf.lite that implement KnownLength Modifier and Type Class Description (package private) class
ProtoInputStream
AnInputStream
backed by a protobuf.
-