Package io.micronaut.http.netty
Interface LastHttp2Content
-
- All Superinterfaces:
io.netty.buffer.ByteBufHolder,io.netty.handler.codec.DecoderResultProvider,Http2Content,io.netty.handler.codec.http.HttpContent,io.netty.handler.codec.http.HttpObject,io.netty.handler.codec.http.LastHttpContent,io.netty.util.ReferenceCounted
public interface LastHttp2Content extends Http2Content, io.netty.handler.codec.http.LastHttpContent
Represents HTTP2 streamed content.- Since:
- 2.1.3
-
-
Method Summary
-
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.micronaut.http.netty.stream.Http2Content
stream
-
-