Uses of Interface
io.netty5.handler.codec.http.FullHttpMessage
-
Packages that use FullHttpMessage Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of FullHttpMessage in io.netty5.handler.codec.http
Classes in io.netty5.handler.codec.http with type parameters of type FullHttpMessage Modifier and Type Interface Description interface
FullHttpMessage<R extends FullHttpMessage<R>>
CombinesHttpMessage
andLastHttpContent
into one message.Subinterfaces of FullHttpMessage in io.netty5.handler.codec.http Modifier and Type Interface Description interface
FullHttpRequest
Combine theHttpRequest
andFullHttpMessage
, so the request is a complete HTTP request.interface
FullHttpResponse
Combination of aHttpResponse
andFullHttpMessage
.Classes in io.netty5.handler.codec.http that implement FullHttpMessage Modifier and Type Class Description class
DefaultFullHttpRequest
Default implementation ofFullHttpRequest
.class
DefaultFullHttpResponse
Default implementation of aFullHttpResponse
.Methods in io.netty5.handler.codec.http that return FullHttpMessage Modifier and Type Method Description protected FullHttpMessage<?>
HttpObjectAggregator. beginAggregation(io.netty5.buffer.api.BufferAllocator allocator, HttpMessage start)
Methods in io.netty5.handler.codec.http with parameters of type FullHttpMessage Modifier and Type Method Description protected void
HttpObjectAggregator. aggregate(io.netty5.buffer.api.BufferAllocator allocator, FullHttpMessage<?> aggregated, HttpContent<C> content)
protected void
HttpObjectAggregator. finishAggregation(io.netty5.buffer.api.BufferAllocator allocator, FullHttpMessage<?> aggregated)
protected int
HttpObjectAggregator. lengthForAggregation(FullHttpMessage<?> msg)
-