Uses of Class
org.jboss.netty.handler.codec.http2.AbstractHttpData

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

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

Subclasses of AbstractHttpData in org.jboss.netty.handler.codec.http2
 class AbstractDiskHttpData
          Abstract Disk HttpData implementation
 class AbstractMemoryHttpData
          Abstract Memory HttpData implementation
 class DiskAttribute
          Disk implementation of Attributes
 class DiskFileUpload
          Disk FileUpload implementation that stores file into real files
 class MemoryAttribute
          Memory implementation of Attributes
 class MemoryFileUpload
          Default FileUpload implementation that stores file into memory.
 



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