Package io.netty.handler.codec.http2
Class DefaultHttp2ConnectionDecoder.ContentLength
- java.lang.Object
-
- io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder.ContentLength
-
- Enclosing class:
- DefaultHttp2ConnectionDecoder
private static final class DefaultHttp2ConnectionDecoder.ContentLength extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContentLength(long expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
increaseReceivedBytes(boolean server, int streamId, int bytes, boolean isEnd)
-
-
-
Method Detail
-
increaseReceivedBytes
void increaseReceivedBytes(boolean server, int streamId, int bytes, boolean isEnd) throws Http2Exception
- Throws:
Http2Exception
-
-