Uses of Interface
io.netty.handler.codec.http.LastHttpContent
-
Packages that use LastHttpContent 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.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of LastHttpContent in io.netty.handler.codec.http
Subinterfaces of LastHttpContent 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.Classes in io.netty.handler.codec.http that implement LastHttpContent Modifier and Type Class Description (package private) classComposedLastHttpContentclassDefaultFullHttpRequestDefault implementation ofFullHttpRequest.classDefaultFullHttpResponseDefault implementation of aFullHttpResponse.classDefaultLastHttpContentThe defaultLastHttpContentimplementation.private static classHttpObjectAggregator.AggregatedFullHttpMessageprivate static classHttpObjectAggregator.AggregatedFullHttpRequestprivate static classHttpObjectAggregator.AggregatedFullHttpResponseFields in io.netty.handler.codec.http declared as LastHttpContent Modifier and Type Field Description static LastHttpContentLastHttpContent. EMPTY_LAST_CONTENTThe 'end of content' marker in chunked encoding.private LastHttpContentHttpChunkedInput. lastHttpContentprivate LastHttpContentHttpObjectDecoder. trailerMethods in io.netty.handler.codec.http that return LastHttpContent Modifier and Type Method Description LastHttpContentComposedLastHttpContent. copy()LastHttpContentDefaultLastHttpContent. copy()LastHttpContentLastHttpContent. copy()LastHttpContentComposedLastHttpContent. duplicate()LastHttpContentDefaultLastHttpContent. duplicate()LastHttpContentLastHttpContent. duplicate()private LastHttpContentHttpObjectDecoder. readTrailingHeaders(ByteBuf buffer)LastHttpContentComposedLastHttpContent. replace(ByteBuf content)LastHttpContentDefaultLastHttpContent. replace(ByteBuf content)LastHttpContentLastHttpContent. replace(ByteBuf content)LastHttpContentComposedLastHttpContent. retain()LastHttpContentComposedLastHttpContent. retain(int increment)LastHttpContentDefaultLastHttpContent. retain()LastHttpContentDefaultLastHttpContent. retain(int increment)LastHttpContentLastHttpContent. retain()LastHttpContentLastHttpContent. retain(int increment)LastHttpContentComposedLastHttpContent. retainedDuplicate()LastHttpContentDefaultLastHttpContent. retainedDuplicate()LastHttpContentLastHttpContent. retainedDuplicate()LastHttpContentComposedLastHttpContent. touch()LastHttpContentComposedLastHttpContent. touch(java.lang.Object hint)LastHttpContentDefaultLastHttpContent. touch()LastHttpContentDefaultLastHttpContent. touch(java.lang.Object hint)LastHttpContentLastHttpContent. touch()LastHttpContentLastHttpContent. touch(java.lang.Object hint)Constructors in io.netty.handler.codec.http with parameters of type LastHttpContent Constructor Description HttpChunkedInput(ChunkedInput<ByteBuf> input, LastHttpContent lastHttpContent)Creates a new instance using the specified input. -
Uses of LastHttpContent in io.netty.handler.codec.http.multipart
Classes in io.netty.handler.codec.http.multipart that implement LastHttpContent Modifier and Type Class Description private static classHttpPostRequestEncoder.WrappedFullHttpRequest -
Uses of LastHttpContent in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 with parameters of type LastHttpContent Modifier and Type Method Description private voidHttp2StreamFrameToHttpObjectCodec. encodeLastContent(LastHttpContent last, java.util.List<java.lang.Object> out)
-