| Package | Description | 
|---|---|
| org.jboss.netty.channel.socket.nio | 
 NIO-based socket channel
 API implementation - recommended for a large number of connections (>= 1000). 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Boss
Serves the boss tasks like connecting/accepting 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NioClientBoss
Boss implementation that handles the  connection attempts of clients | 
class  | 
NioDatagramWorker
A class responsible for registering channels with  
Selector. | 
class  | 
NioServerBoss
Boss implementation which handles accepting of new connections 
 | 
class  | 
NioWorker  | 
Copyright © 2008-2016 The Netty Project. All Rights Reserved.