Package io.netty.handler.codec.http2
Class DefaultHttp2ConnectionDecoder.ContentLength
java.lang.Object
io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.ContentLength
- Enclosing class:
DefaultHttp2ConnectionDecoder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
increaseReceivedBytes
(boolean server, int streamId, int bytes, boolean isEnd)
-
Field Details
-
expected
private final long expected -
seen
private long seen
-
-
Constructor Details
-
ContentLength
ContentLength(long expected)
-
-
Method Details
-
increaseReceivedBytes
void increaseReceivedBytes(boolean server, int streamId, int bytes, boolean isEnd) throws Http2Exception - Throws:
Http2Exception
-