Uses of Interface
io.grpc.alts.internal.TsiFrameProtector.Consumer
-
Packages that use TsiFrameProtector.Consumer Package Description io.grpc.alts.internal -
-
Uses of TsiFrameProtector.Consumer in io.grpc.alts.internal
Methods in io.grpc.alts.internal with parameters of type TsiFrameProtector.Consumer Modifier and Type Method Description void
AltsTsiFrameProtector. protectFlush(java.util.List<io.netty.buffer.ByteBuf> unprotectedBufs, TsiFrameProtector.Consumer<io.netty.buffer.ByteBuf> ctxWrite, io.netty.buffer.ByteBufAllocator alloc)
(package private) void
AltsTsiFrameProtector.Protector. protectFlush(java.util.List<io.netty.buffer.ByteBuf> unprotectedBufs, TsiFrameProtector.Consumer<io.netty.buffer.ByteBuf> ctxWrite, io.netty.buffer.ByteBufAllocator alloc)
void
TsiFrameProtector. protectFlush(java.util.List<io.netty.buffer.ByteBuf> unprotectedBufs, TsiFrameProtector.Consumer<io.netty.buffer.ByteBuf> ctxWrite, io.netty.buffer.ByteBufAllocator alloc)
Protects the buffers by performing framing and encrypting/appending MACs.
-