Package io.netty5.handler.codec.http
Interface LastHttpContent<R extends LastHttpContent<R>>
-
- All Superinterfaces:
AutoCloseable
,io.netty5.handler.codec.DecoderResultProvider
,HttpContent<R>
,HttpObject
,io.netty5.buffer.api.Resource<R>
- All Known Subinterfaces:
FullHttpMessage<R>
,FullHttpRequest
,FullHttpResponse
- All Known Implementing Classes:
DefaultFullHttpRequest
,DefaultFullHttpResponse
,DefaultLastHttpContent
,EmptyLastHttpContent
public interface LastHttpContent<R extends LastHttpContent<R>> extends HttpContent<R>
The lastHttpContent
which has trailing headers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpHeaders
trailingHeaders()
-
Methods inherited from interface io.netty5.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.netty5.handler.codec.http.HttpContent
payload
-
-
-
-
Method Detail
-
trailingHeaders
HttpHeaders trailingHeaders()
-
-