程序包 | 说明 |
---|---|
io.netty.channel.epoll |
Optimized transport for linux which uses EPOLL Edge-Triggered Mode
for maximal performance.
|
io.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
io.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
io.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
io.netty.example.factorial | |
io.netty.example.http.cors | |
io.netty.example.http.file | |
io.netty.example.http.helloworld | |
io.netty.example.http.snoop | |
io.netty.example.http.upload | |
io.netty.example.http.websocketx.benchmarkserver |
This package contains a benchmark application for websockets.
|
io.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
io.netty.example.proxy | |
io.netty.example.securechat | |
io.netty.example.socksproxy | |
io.netty.example.spdy.client |
This package contains an example SPDY HTTP client.
|
io.netty.example.spdy.server |
This package contains an example SPDY HTTP web server.
|
io.netty.example.telnet | |
io.netty.example.worldclock |
限定符和类型 | 类和说明 |
---|---|
class |
EpollSocketChannel
SocketChannel implementation that uses linux EPOLL Edge-Triggered Mode for
maximal performance. |
构造器和说明 |
---|
DefaultSocketChannelConfig(SocketChannel channel,
java.net.Socket javaSocket)
Creates a new instance.
|
限定符和类型 | 类和说明 |
---|---|
class |
NioSocketChannel
SocketChannel which uses NIO selector based implementation. |
限定符和类型 | 类和说明 |
---|---|
class |
OioSocketChannel
A
SocketChannel which is using Old-Blocking-IO |
构造器和说明 |
---|
DefaultOioSocketChannelConfig(SocketChannel channel,
java.net.Socket javaSocket)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
FactorialServerInitializer.initChannel(SocketChannel ch) |
void |
FactorialClientInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpCorsServerInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpStaticFileServerInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpHelloWorldServerInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpSnoopServerInitializer.initChannel(SocketChannel ch) |
void |
HttpSnoopClientInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
HttpUploadServerInitializer.initChannel(SocketChannel ch) |
void |
HttpUploadClientInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
WebSocketServerInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
WebSocketServerInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
HexDumpProxyInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
SecureChatServerInitializer.initChannel(SocketChannel ch) |
void |
SecureChatClientInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
SocksServerInitializer.initChannel(SocketChannel socketChannel) |
限定符和类型 | 方法和说明 |
---|---|
void |
SpdyClientInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
SpdyServerInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
TelnetServerInitializer.initChannel(SocketChannel ch) |
void |
TelnetClientInitializer.initChannel(SocketChannel ch) |
限定符和类型 | 方法和说明 |
---|---|
void |
WorldClockServerInitializer.initChannel(SocketChannel ch) |
void |
WorldClockClientInitializer.initChannel(SocketChannel ch) |