Uses of Interface
io.netty.handler.codec.http.FullHttpMessage
Packages that use FullHttpMessage
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 FullHttpMessage in io.netty.handler.codec.http
Subinterfaces of FullHttpMessage in io.netty.handler.codec.httpModifier and TypeInterfaceDescriptioninterfaceCombine theHttpRequestandFullHttpMessage, so the request is a complete HTTP request.interfaceCombination of aHttpResponseandFullHttpMessage.Classes in io.netty.handler.codec.http that implement FullHttpMessageModifier and TypeClassDescriptionclassDefault implementation ofFullHttpRequest.classDefault implementation of aFullHttpResponse.Methods in io.netty.handler.codec.http that return FullHttpMessageModifier and TypeMethodDescriptionprotected FullHttpMessageHttpObjectAggregator.beginAggregation(HttpMessage start, io.netty.buffer.ByteBuf content) FullHttpMessage.copy()FullHttpMessage.duplicate()FullHttpMessage.replace(io.netty.buffer.ByteBuf content) FullHttpMessage.retain()FullHttpMessage.retain(int increment) FullHttpMessage.retainedDuplicate()FullHttpMessage.touch()Methods in io.netty.handler.codec.http with parameters of type FullHttpMessageModifier and TypeMethodDescriptionprotected voidHttpObjectAggregator.aggregate(FullHttpMessage aggregated, HttpContent content) protected voidHttpObjectAggregator.finishAggregation(FullHttpMessage aggregated) -
Uses of FullHttpMessage in io.netty.handler.codec.spdy
Methods in io.netty.handler.codec.spdy that return FullHttpMessageModifier and TypeMethodDescriptionprotected FullHttpMessageSpdyHttpDecoder.getMessage(int streamId) protected FullHttpMessageSpdyHttpDecoder.putMessage(int streamId, FullHttpMessage message) protected FullHttpMessageSpdyHttpDecoder.removeMessage(int streamId) Methods in io.netty.handler.codec.spdy with parameters of type FullHttpMessageModifier and TypeMethodDescriptionprotected FullHttpMessageSpdyHttpDecoder.putMessage(int streamId, FullHttpMessage message) Constructor parameters in io.netty.handler.codec.spdy with type arguments of type FullHttpMessageModifierConstructorDescriptionprotectedSpdyHttpDecoder(SpdyVersion version, int maxContentLength, Map<Integer, FullHttpMessage> messageMap) Creates a new instance with the specified parameters.protectedSpdyHttpDecoder(SpdyVersion version, int maxContentLength, Map<Integer, FullHttpMessage> messageMap, boolean validateHeaders) Deprecated.protectedSpdyHttpDecoder(SpdyVersion version, int maxContentLength, Map<Integer, FullHttpMessage> messageMap, HttpHeadersFactory headersFactory, HttpHeadersFactory trailersFactory) Creates a new instance with the specified parameters.
SpdyHttpDecoder(SpdyVersion, int, Map, HttpHeadersFactory, HttpHeadersFactory)constructor instead.