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 interfaceFullHttpMessage<R extends FullHttpMessage<R>>CombinesHttpMessageandLastHttpContentinto one message.Subinterfaces of FullHttpMessage in io.netty5.handler.codec.http Modifier and Type Interface Description interfaceFullHttpRequestCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceFullHttpResponseCombination of aHttpResponseandFullHttpMessage.Classes in io.netty5.handler.codec.http that implement FullHttpMessage Modifier and Type Class Description classDefaultFullHttpRequestDefault implementation ofFullHttpRequest.classDefaultFullHttpResponseDefault 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 voidHttpObjectAggregator. aggregate(io.netty5.buffer.api.BufferAllocator allocator, FullHttpMessage<?> aggregated, HttpContent<C> content)protected voidHttpObjectAggregator. finishAggregation(io.netty5.buffer.api.BufferAllocator allocator, FullHttpMessage<?> aggregated)protected intHttpObjectAggregator. lengthForAggregation(FullHttpMessage<?> msg)
-