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

Packages that use HttpChunkTrailer
org.jboss.netty.handler.codec.http2 Encoder, decoder and their related message types for HTTP. 
 

Uses of HttpChunkTrailer in org.jboss.netty.handler.codec.http2
 

Classes in org.jboss.netty.handler.codec.http2 that implement HttpChunkTrailer
 class DefaultHttpChunkTrailer
          The default HttpChunkTrailer implementation.
 

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



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.