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

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

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

Subinterfaces of HttpChunk in org.jboss.netty.handler.codec.http2
 interface HttpChunkTrailer
          The last HttpChunk which has trailing headers.
 

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

Methods in org.jboss.netty.handler.codec.http2 that return HttpChunk
 HttpChunk HttpPostRequestEncoder.nextChunk()
          Returns the next available HttpChunk.
 

Methods in org.jboss.netty.handler.codec.http2 with parameters of type HttpChunk
 void HttpPostRequestDecoder.offer(HttpChunk chunk)
          Initialized the internals from a new chunk
 



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