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
@Internal
@Deprecated
public interface LastHttp2Content
extends Http2Content, io.netty.handler.codec.http.LastHttpContent
Deprecated.
Unused
Represents HTTP2 streamed content.
- Since:
- 2.1.3
- Author:
- graemerocher
-
Field Summary
Fields inherited from interface io.netty.handler.codec.http.LastHttpContent
EMPTY_LAST_CONTENT
-
Method Summary
Methods inherited from interface io.netty.buffer.ByteBufHolder
content
Methods inherited from interface io.netty.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
Methods inherited from interface io.micronaut.http.netty.stream.Http2Content
stream
Methods inherited from interface io.netty.handler.codec.http.HttpObject
getDecoderResult
Methods inherited from interface io.netty.handler.codec.http.LastHttpContent
copy, duplicate, replace, retain, retain, retainedDuplicate, touch, touch, trailingHeaders
Methods inherited from interface io.netty.util.ReferenceCounted
refCnt, release, release