Uses of Interface
io.netty.handler.codec.http.HttpContent
Packages that use HttpContent
Package
Description
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
-
Uses of HttpContent in io.netty.handler.codec.http
Subinterfaces of HttpContent in io.netty.handler.codec.httpModifier and TypeInterfaceDescriptioninterfaceCombinesHttpMessageandLastHttpContentinto one message.interfaceCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceCombination of aHttpResponseandFullHttpMessage.interfaceThe lastHttpContentwhich has trailing headers.Classes in io.netty.handler.codec.http that implement HttpContentModifier and TypeClassDescriptionclassDefault implementation ofFullHttpRequest.classDefault implementation of aFullHttpResponse.classThe defaultHttpContentimplementation.classThe defaultLastHttpContentimplementation.Methods in io.netty.handler.codec.http that return HttpContentModifier and TypeMethodDescriptionDefaultHttpContent.copy()HttpContent.copy()DefaultHttpContent.duplicate()HttpContent.duplicate()HttpChunkedInput.readChunk(io.netty.buffer.ByteBufAllocator allocator) HttpChunkedInput.readChunk(io.netty.channel.ChannelHandlerContext ctx) Deprecated.DefaultHttpContent.replace(io.netty.buffer.ByteBuf content) HttpContent.replace(io.netty.buffer.ByteBuf content) DefaultHttpContent.retain()DefaultHttpContent.retain(int increment) HttpContent.retain()HttpContent.retain(int increment) DefaultHttpContent.retainedDuplicate()HttpContent.retainedDuplicate()DefaultHttpContent.touch()HttpContent.touch()Methods in io.netty.handler.codec.http with parameters of type HttpContentModifier and TypeMethodDescriptionprotected voidHttpObjectAggregator.aggregate(FullHttpMessage aggregated, HttpContent content) protected booleanHttpObjectAggregator.isLastContentMessage(HttpContent msg) -
Uses of HttpContent in io.netty.handler.codec.http.multipart
Methods in io.netty.handler.codec.http.multipart that return HttpContentModifier and TypeMethodDescriptionHttpPostRequestEncoder.readChunk(io.netty.buffer.ByteBufAllocator allocator) Returns the next available HttpChunk.HttpPostRequestEncoder.readChunk(io.netty.channel.ChannelHandlerContext ctx) Deprecated.Methods in io.netty.handler.codec.http.multipart with parameters of type HttpContentModifier and TypeMethodDescriptionHttpPostMultipartRequestDecoder.offer(HttpContent content) Initialized the internals from a new chunkHttpPostRequestDecoder.offer(HttpContent content) HttpPostStandardRequestDecoder.offer(HttpContent content) Initialized the internals from a new chunkInterfaceHttpPostRequestDecoder.offer(HttpContent content) Initialized the internals from a new chunk