Home
last modified time | relevance | path

Searched refs:unhandledBytes (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java198 private long unhandledBytes = 0; field in AltsTsiFrameProtector.Unprotector
212 unhandledBytes += buf.readableBytes(); in addUnhandled()
228 if (unhandledBytes < HEADER_BYTES) { in decodeFrame()
234 if (unhandledBytes < requiredProtectedBytes) { in decodeFrame()
257 unhandledBytes -= headerBytesToRead; in handleHeader()
365 unhandledBytes = 0; in clearState()
369 unhandledBytes = lastBuf.readableBytes(); in clearState()