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 classDefaultHttpChunkTrailerThe defaultHttpChunkTrailerimplementation.Fields in org.jboss.netty.handler.codec.http declared as HttpChunkTrailer Modifier and Type Field Description static HttpChunkTrailerHttpChunk. LAST_CHUNKThe 'end of content' marker in chunked encoding.
-