Uses of Interface
io.netty.handler.codec.http.HttpObject
Packages that use HttpObject
Package
Description
Encoder, decoder and their related message types for HTTP.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of HttpObject in io.netty.handler.codec.http
Subinterfaces of HttpObject in io.netty.handler.codec.httpModifier and TypeInterfaceDescriptioninterfaceCombinesHttpMessageandLastHttpContentinto one message.interfaceCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceCombination of aHttpResponseandFullHttpMessage.interfaceAn HTTP chunk which is used for HTTP chunked transfer-encoding.interfaceAn interface that defines an HTTP message, providing common properties forHttpRequestandHttpResponse.interfaceAn HTTP request.interfaceAn HTTP response.interfaceThe lastHttpContentwhich has trailing headers.Classes in io.netty.handler.codec.http that implement HttpObjectModifier and TypeClassDescriptionclassDefault implementation ofFullHttpRequest.classDefault implementation of aFullHttpResponse.classThe defaultHttpContentimplementation.classThe defaultHttpMessageimplementation.classclassThe defaultHttpRequestimplementation.classThe defaultHttpResponseimplementation.classThe defaultLastHttpContentimplementation.Subclasses with type arguments of type HttpObject in io.netty.handler.codec.httpModifier and TypeClassDescriptionclassDecodes the content of the receivedHttpRequestandHttpContent.classEncodes the content of the outboundHttpResponseandHttpContent.classAChannelHandlerthat aggregates anHttpMessageand its followingHttpContents into a singleFullHttpRequestorFullHttpResponse(depending on if it used to handle requests or responses) with no followingHttpContents.Methods in io.netty.handler.codec.http with parameters of type HttpObjectModifier and TypeMethodDescriptionprotected voidHttpClientUpgradeHandler.decode(ChannelHandlerContext ctx, HttpObject msg, List<Object> out) protected voidHttpContentDecoder.decode(ChannelHandlerContext ctx, HttpObject msg, List<Object> out) protected voidHttpServerUpgradeHandler.decode(ChannelHandlerContext ctx, HttpObject msg, List<Object> out) protected voidHttpContentEncoder.encode(ChannelHandlerContext ctx, HttpObject msg, List<Object> out) protected booleanHttpObjectAggregator.isAggregated(HttpObject msg) protected booleanHttpObjectAggregator.isContentMessage(HttpObject msg) protected booleanHttpObjectAggregator.isStartMessage(HttpObject msg) -
Uses of HttpObject in io.netty.handler.codec.http2
Subclasses with type arguments of type HttpObject in io.netty.handler.codec.http2Modifier and TypeClassDescriptionclassThis handler converts fromHttp2StreamFrametoHttpObject, and back.Methods in io.netty.handler.codec.http2 with parameters of type HttpObjectModifier and TypeMethodDescriptionprotected voidHttp2StreamFrameToHttpObjectCodec.encode(ChannelHandlerContext ctx, HttpObject obj, List<Object> out) Encode from anHttpObjectto anHttp2StreamFrame. -
Uses of HttpObject in io.netty.handler.codec.spdy
Subclasses with type arguments of type HttpObject in io.netty.handler.codec.spdyModifier and TypeClassDescriptionclassEncodesHttpRequests,HttpResponses, andHttpContents intoSpdySynStreamFrames andSpdySynReplyFrames.Methods in io.netty.handler.codec.spdy with parameters of type HttpObjectModifier and TypeMethodDescriptionprotected voidSpdyHttpEncoder.encode(ChannelHandlerContext ctx, HttpObject msg, List<Object> out)