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.Subclasses with type arguments of type HttpContent in io.netty.handler.codec.httpModifier and TypeClassDescriptionclassAChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents.Classes in io.netty.handler.codec.http that implement interfaces with type arguments of type HttpContentModifier and TypeClassDescriptionclassAChunkedInputthat fetches data chunk by chunk for use with HTTP chunked transfers.Methods in io.netty.handler.codec.http that return HttpContentModifier and TypeMethodDescriptionDefaultHttpContent.copy()HttpContent.copy()DefaultHttpContent.duplicate()HttpContent.duplicate()HttpChunkedInput.readChunk(ByteBufAllocator allocator) HttpChunkedInput.readChunk(ChannelHandlerContext ctx) Deprecated.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
Classes in io.netty.handler.codec.http.multipart that implement interfaces with type arguments of type HttpContentModifier and TypeClassDescriptionclassThis encoder will help to encode Request for a FORM as POST.Methods in io.netty.handler.codec.http.multipart that return HttpContentModifier and TypeMethodDescriptionHttpPostRequestEncoder.readChunk(ByteBufAllocator allocator) Returns the next available HttpChunk.HttpPostRequestEncoder.readChunk(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