Uses of Interface
org.jboss.netty.handler.codec.http.HttpChunkTrailer
-
Packages that use HttpChunkTrailer Package Description org.jboss.netty.handler.codec.http 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 HttpChunkTrailer Modifier and Type Class Description class
DefaultHttpChunkTrailer
The defaultHttpChunkTrailer
implementation.Fields in org.jboss.netty.handler.codec.http declared as HttpChunkTrailer Modifier and Type Field Description static HttpChunkTrailer
HttpChunk. LAST_CHUNK
The 'end of content' marker in chunked encoding.
-