Uses of Interface
io.grpc.internal.CompositeReadableBuffer.ReadOperation
-
Packages that use CompositeReadableBuffer.ReadOperation Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of CompositeReadableBuffer.ReadOperation in io.grpc.internal
Subinterfaces of CompositeReadableBuffer.ReadOperation in io.grpc.internal Modifier and Type Interface Description private static interface
CompositeReadableBuffer.NoThrowReadOperation<T>
Fields in io.grpc.internal declared as CompositeReadableBuffer.ReadOperation Modifier and Type Field Description private static CompositeReadableBuffer.ReadOperation<java.io.OutputStream>
CompositeReadableBuffer. STREAM_OP
Methods in io.grpc.internal with parameters of type CompositeReadableBuffer.ReadOperation Modifier and Type Method Description private <T> int
CompositeReadableBuffer. execute(CompositeReadableBuffer.ReadOperation<T> op, int length, T dest, int value)
Executes the givenCompositeReadableBuffer.ReadOperation
against theReadableBuffer
s required to satisfy the requestedlength
.
-