Package | Description |
---|---|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Attribute
Attribute interface
|
interface |
FileUpload
FileUpload interface that could be in memory, on temporary file or any other implementations.
|
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
HttpData |
HttpData.copy() |
HttpData |
HttpData.duplicate() |
HttpData |
HttpData.replace(ByteBuf content) |
HttpData |
HttpData.retain() |
HttpData |
AbstractHttpData.retain() |
HttpData |
HttpData.retain(int increment) |
HttpData |
AbstractHttpData.retain(int increment) |
HttpData |
HttpData.retainedDuplicate() |
HttpData |
HttpData.touch() |
HttpData |
AbstractMemoryHttpData.touch() |
abstract HttpData |
AbstractHttpData.touch() |
HttpData |
AbstractDiskHttpData.touch() |
HttpData |
HttpData.touch(Object hint) |
HttpData |
AbstractMemoryHttpData.touch(Object hint) |
abstract HttpData |
AbstractHttpData.touch(Object hint) |
HttpData |
AbstractDiskHttpData.touch(Object hint) |
Copyright © 2008–2017 The Netty Project. All rights reserved.