程序包 | 说明 |
---|---|
org.jboss.netty.channel.socket |
Abstract TCP and UDP socket interfaces which extend the core channel API.
|
org.jboss.netty.channel.socket.http |
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network. |
org.jboss.netty.channel.socket.nio |
NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultSocketChannelConfig
The default
SocketChannelConfig implementation. |
限定符和类型 | 方法和说明 |
---|---|
SocketChannelConfig |
SocketChannel.getConfig() |
限定符和类型 | 类和说明 |
---|---|
class |
HttpTunnelingSocketChannelConfig
The
ChannelConfig of a client-side HTTP tunneling
SocketChannel . |
限定符和类型 | 接口和说明 |
---|---|
interface |
NioSocketChannelConfig
A
SocketChannelConfig for a NIO TCP/IP SocketChannel . |