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 TypeClassDescription(package private) final classclassDefault implementation ofFullHttpRequest.classDefault implementation of aFullHttpResponse.classThe defaultHttpContentimplementation.classThe defaultLastHttpContentimplementation.private static classprivate static final classprivate static final classMethods in io.netty.handler.codec.http that return HttpContentModifier and TypeMethodDescriptionDefaultHttpContent.copy()HttpContent.copy()DefaultHttpContent.duplicate()HttpContent.duplicate()private HttpContentHttpObjectDecoder.invalidChunk(ByteBuf in, Exception cause) 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) private booleanHttpContentEncoder.encodeContent(HttpContent c, List<Object> out) private voidHttpContentEncoder.encodeFullResponse(HttpResponse newRes, HttpContent content, List<Object> out) private voidHttpObjectEncoder.encodeHttpContent(ChannelHandlerContext ctx, HttpContent msg, List<Object> out) 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 HttpContentModifier and TypeClassDescriptionprivate static final classFields in io.netty.handler.codec.http.multipart declared as HttpContentModifier and TypeFieldDescriptionprivate final HttpContentHttpPostRequestEncoder.WrappedFullHttpRequest.contentMethods in io.netty.handler.codec.http.multipart that return HttpContentModifier and TypeMethodDescriptionprivate HttpContentHttpPostRequestEncoder.encodeNextChunkMultipart(int sizeleft) From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.private HttpContentHttpPostRequestEncoder.encodeNextChunkUrlEncoded(int sizeleft) From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.private HttpContentHttpPostRequestEncoder.lastChunk()private HttpContentHttpPostRequestEncoder.nextChunk()Returns the next available HttpChunk.HttpPostRequestEncoder.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 chunkConstructors in io.netty.handler.codec.http.multipart with parameters of type HttpContentModifierConstructorDescriptionprivateWrappedFullHttpRequest(HttpRequest request, HttpContent content)