Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.handler.codec.http.multipart |
HTTP multipart support.
|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileRegion
|
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
|
(package private) class |
InternalAttribute
This Attribute is only for Encoder use to insert special command between object if needed
(like Multipart Mixed mode)
|
class |
MemoryAttribute
Memory implementation of Attributes
|
class |
MemoryFileUpload
Default FileUpload implementation that stores file into memory.
Warning: be aware of the memory limitation. |
Modifier and Type | Class and Description |
---|---|
class |
PemPrivateKey
This is a special purpose implementation of a
PrivateKey which allows the
user to pass PEM/PKCS#8 encoded key material straight into OpenSslContext
without having to parse and re-encode bytes in Java land. |
(package private) class |
PemValue
A PEM encoded value.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.atomic.AtomicIntegerFieldUpdater<AbstractReferenceCounted> |
AbstractReferenceCounted.refCntUpdater |