Uses of Interface
io.grpc.alts.internal.TsiFrameProtector.Consumer
Packages that use TsiFrameProtector.Consumer
-
Uses of TsiFrameProtector.Consumer in io.grpc.alts.internal
Methods in io.grpc.alts.internal with parameters of type TsiFrameProtector.ConsumerModifier and TypeMethodDescriptionvoid
AltsTsiFrameProtector.protectFlush
(List<io.netty.buffer.ByteBuf> unprotectedBufs, TsiFrameProtector.Consumer<io.netty.buffer.ByteBuf> ctxWrite, io.netty.buffer.ByteBufAllocator alloc) (package private) void
AltsTsiFrameProtector.Protector.protectFlush
(List<io.netty.buffer.ByteBuf> unprotectedBufs, TsiFrameProtector.Consumer<io.netty.buffer.ByteBuf> ctxWrite, io.netty.buffer.ByteBufAllocator alloc) void
TsiFrameProtector.protectFlush
(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.