Uses of Interface
io.netty.handler.codec.http.HttpObject
Packages that use HttpObject
Package
Description
Encoder, decoder and their related message types for HTTP.
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.Methods in io.netty.handler.codec.http with parameters of type HttpObjectModifier and TypeMethodDescriptionprotected voidHttpClientUpgradeHandler.decode(io.netty.channel.ChannelHandlerContext ctx, HttpObject msg, List<Object> out) protected voidHttpContentDecoder.decode(io.netty.channel.ChannelHandlerContext ctx, HttpObject msg, List<Object> out) protected voidHttpServerUpgradeHandler.decode(io.netty.channel.ChannelHandlerContext ctx, HttpObject msg, List<Object> out) protected voidHttpContentEncoder.encode(io.netty.channel.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.spdy
Methods in io.netty.handler.codec.spdy with parameters of type HttpObjectModifier and TypeMethodDescriptionprotected voidSpdyHttpEncoder.encode(io.netty.channel.ChannelHandlerContext ctx, HttpObject msg, List<Object> out)