Searched refs:unhandledBytes (Results 1 – 1 of 1) sorted by relevance
198 private long unhandledBytes = 0; field in AltsTsiFrameProtector.Unprotector212 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()