Uses of Interface
org.jboss.netty.handler.codec.http.HttpChunkTrailer

Packages that use HttpChunkTrailer
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
 class DefaultHttpChunkTrailer
          The default HttpChunkTrailer implementation.
 

Fields in org.jboss.netty.handler.codec.http declared as HttpChunkTrailer
static HttpChunkTrailer HttpChunk.LAST_CHUNK
          The 'end of content' marker in chunked encoding.
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.