Uses of Interface
org.jboss.netty.handler.codec.http.HttpChunkTrailer
Packages that use HttpChunkTrailer
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpChunkTrailer in org.jboss.netty.handler.codec.http
Classes in org.jboss.netty.handler.codec.http that implement HttpChunkTrailerFields in org.jboss.netty.handler.codec.http declared as HttpChunkTrailerModifier and TypeFieldDescriptionstatic final HttpChunkTrailer
HttpChunk.LAST_CHUNK
The 'end of content' marker in chunked encoding.Methods in org.jboss.netty.handler.codec.http that return HttpChunkTrailerModifier and TypeMethodDescriptionprivate HttpChunkTrailer
HttpMessageDecoder.readTrailingHeaders
(ChannelBuffer buffer) Methods in org.jboss.netty.handler.codec.http with parameters of type HttpChunkTrailerModifier and TypeMethodDescriptionprivate static void
HttpMessageEncoder.encodeTrailingHeaders
(ChannelBuffer buf, HttpChunkTrailer trailer)