Package io.micronaut.http.netty.stream
Interface Http2Content
- All Superinterfaces:
io.netty.buffer.ByteBufHolder,io.netty.handler.codec.DecoderResultProvider,io.netty.handler.codec.http.HttpContent,io.netty.handler.codec.http.HttpObject,io.netty.util.ReferenceCounted
- All Known Subinterfaces:
LastHttp2Content
- All Known Implementing Classes:
DefaultHttp2Content
Deprecated.
Unused
Represents HTTP2 streamed content.
- Since:
- 2.1.3
-
Method Summary
Methods inherited from interface io.netty.buffer.ByteBufHolder
contentMethods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResultMethods inherited from interface io.netty.handler.codec.http.HttpContent
copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touchMethods inherited from interface io.netty.handler.codec.http.HttpObject
getDecoderResultMethods inherited from interface io.netty.util.ReferenceCounted
refCnt, release, release
-
Method Details
-
stream
io.netty.handler.codec.http2.Http2Stream stream()Deprecated.- Returns:
- The stream the content is associated with.
-