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 HttpChunkTrailerHttpChunk.LAST_CHUNKThe 'end of content' marker in chunked encoding.Methods in org.jboss.netty.handler.codec.http that return HttpChunkTrailerModifier and TypeMethodDescriptionprivate HttpChunkTrailerHttpMessageDecoder.readTrailingHeaders(ChannelBuffer buffer) Methods in org.jboss.netty.handler.codec.http with parameters of type HttpChunkTrailerModifier and TypeMethodDescriptionprivate static voidHttpMessageEncoder.encodeTrailingHeaders(ChannelBuffer buf, HttpChunkTrailer trailer)