| 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.dns | DNS codec information for writing to and reading from a DNS server. | 
| io.netty.handler.codec.http.multipart | HTTP multipart support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultFileRegion | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DnsMessageThe message super-class which contains core information concerning DNS
 packets, both outgoing and incoming. | 
| class  | DnsQueryA DNS query packet which is sent to a server to receive a DNS response packet
 with information answering a DnsQuery's questions. | 
| class  | DnsResponseA DNS response packet which is sent to a client after a server receives a
 query. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDiskHttpDataAbstract Disk HttpData implementation | 
| class  | AbstractHttpDataAbstract HttpData implementation | 
| class  | AbstractMemoryHttpDataAbstract Memory HttpData implementation | 
| class  | DiskAttributeDisk implementation of Attributes | 
| class  | DiskFileUploadDisk FileUpload implementation that stores file into real files | 
| class  | MemoryAttributeMemory implementation of Attributes | 
| class  | MemoryFileUploadDefault FileUpload implementation that stores file into memory. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.