| Package | Description |
|---|---|
| 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).
|
| org.jboss.netty.channel.socket.oio |
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
|
| org.jboss.netty.example.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpTunnelingClientSocketChannelFactory
Creates a client-side
SocketChannel which connects to an
HttpTunnelingServlet to communicate with the server application
behind the HttpTunnelingServlet. |
| Modifier and Type | Field and Description |
|---|---|
private ClientSocketChannelFactory |
HttpTunnelingClientSocketChannelFactory.clientSocketChannelFactory |
| Constructor and Description |
|---|
HttpTunnelingClientSocketChannel(ChannelFactory factory,
ChannelPipeline pipeline,
ChannelSink sink,
ClientSocketChannelFactory clientSocketChannelFactory) |
HttpTunnelingClientSocketChannelFactory(ClientSocketChannelFactory clientSocketChannelFactory)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NioClientSocketChannelFactory
A
ClientSocketChannelFactory which creates a client-side NIO-based
SocketChannel. |
| Modifier and Type | Class and Description |
|---|---|
class |
OioClientSocketChannelFactory
A
ClientSocketChannelFactory which creates a client-side blocking
I/O based SocketChannel. |
| Modifier and Type | Field and Description |
|---|---|
private ClientSocketChannelFactory |
HexDumpProxyInboundHandler.cf |
private ClientSocketChannelFactory |
HexDumpProxyPipelineFactory.cf |
| Constructor and Description |
|---|
HexDumpProxyInboundHandler(ClientSocketChannelFactory cf) |
HexDumpProxyPipelineFactory(ClientSocketChannelFactory cf) |