Uses of Interface
io.netty.handler.codec.http.HttpContent
-
Packages that use HttpContent Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http.multipart HTTP multipart support. -
-
Uses of HttpContent in io.netty.handler.codec.http
Subinterfaces of HttpContent in io.netty.handler.codec.http Modifier and Type Interface Description interfaceFullHttpMessageCombinesHttpMessageandLastHttpContentinto one message.interfaceFullHttpRequestCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceFullHttpResponseCombination of aHttpResponseandFullHttpMessage.interfaceLastHttpContentThe lastHttpContentwhich has trailing headers.Classes in io.netty.handler.codec.http that implement HttpContent Modifier and Type Class Description classDefaultFullHttpRequestDefault implementation ofFullHttpRequest.classDefaultFullHttpResponseDefault implementation of aFullHttpResponse.classDefaultHttpContentThe defaultHttpContentimplementation.classDefaultLastHttpContentThe defaultLastHttpContentimplementation.Methods in io.netty.handler.codec.http that return HttpContent Modifier and Type Method Description HttpContentDefaultHttpContent. copy()HttpContentHttpContent. copy()HttpContentDefaultHttpContent. duplicate()HttpContentHttpContent. duplicate()HttpContentHttpChunkedInput. readChunk(ByteBufAllocator allocator)HttpContentHttpChunkedInput. readChunk(ChannelHandlerContext ctx)Deprecated.HttpContentDefaultHttpContent. replace(ByteBuf content)HttpContentHttpContent. replace(ByteBuf content)HttpContentDefaultHttpContent. retain()HttpContentDefaultHttpContent. retain(int increment)HttpContentHttpContent. retain()HttpContentHttpContent. retain(int increment)HttpContentDefaultHttpContent. retainedDuplicate()HttpContentHttpContent. retainedDuplicate()HttpContentDefaultHttpContent. touch()HttpContentDefaultHttpContent. touch(java.lang.Object hint)HttpContentHttpContent. touch()HttpContentHttpContent. touch(java.lang.Object hint)Methods in io.netty.handler.codec.http with parameters of type HttpContent Modifier and Type Method Description protected 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 HttpContent Modifier and Type Method Description HttpContentHttpPostRequestEncoder. readChunk(ByteBufAllocator allocator)Returns the next available HttpChunk.HttpContentHttpPostRequestEncoder. readChunk(ChannelHandlerContext ctx)Deprecated.Methods in io.netty.handler.codec.http.multipart with parameters of type HttpContent Modifier and Type Method Description HttpPostMultipartRequestDecoderHttpPostMultipartRequestDecoder. offer(HttpContent content)Initialized the internals from a new chunkInterfaceHttpPostRequestDecoderHttpPostRequestDecoder. offer(HttpContent content)HttpPostStandardRequestDecoderHttpPostStandardRequestDecoder. offer(HttpContent content)Initialized the internals from a new chunkInterfaceHttpPostRequestDecoderInterfaceHttpPostRequestDecoder. offer(HttpContent content)Initialized the internals from a new chunk
-