Module io.netty5.codec.http
Package io.netty5.handler.codec.http
Interface FullHttpMessage<R extends FullHttpMessage<R>>
-
- All Superinterfaces:
AutoCloseable
,DecoderResultProvider
,HttpContent<R>
,HttpMessage
,HttpObject
,LastHttpContent<R>
,Resource<R>
- All Known Subinterfaces:
FullHttpRequest
,FullHttpResponse
- All Known Implementing Classes:
DefaultFullHttpRequest
,DefaultFullHttpResponse
public interface FullHttpMessage<R extends FullHttpMessage<R>> extends HttpMessage, LastHttpContent<R>
CombinesHttpMessage
andLastHttpContent
into one message. So it represent a complete http message.
-
-
Method Summary
-
Methods inherited from interface io.netty5.handler.codec.DecoderResultProvider
decoderResult, setDecoderResult
-
Methods inherited from interface io.netty5.handler.codec.http.HttpContent
copy, payload
-
Methods inherited from interface io.netty5.handler.codec.http.HttpMessage
getProtocolVersion, headers, protocolVersion, setProtocolVersion
-
Methods inherited from interface io.netty5.handler.codec.http.LastHttpContent
trailingHeaders
-
Methods inherited from interface io.netty5.util.Resource
close, isAccessible, send, touch
-
-