|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpData | |
---|---|
org.jboss.netty.handler.codec.http2 | Encoder, decoder and their related message types for HTTP. |
Uses of HttpData in org.jboss.netty.handler.codec.http2 |
---|
Subinterfaces of HttpData in org.jboss.netty.handler.codec.http2 | |
---|---|
interface |
Attribute
Attribute interface |
interface |
FileUpload
FileUpload interface that could be in memory, on temporary file or any other implementations. |
Classes in org.jboss.netty.handler.codec.http2 that implement HttpData | |
---|---|
class |
AbstractDiskHttpData
Abstract Disk HttpData implementation |
class |
AbstractHttpData
Abstract 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. |
class |
MixedAttribute
Mixed implementation using both in Memory and in File with a limit of size |
class |
MixedFileUpload
Mixed implementation using both in Memory and in File with a limit of size |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |