Uses of Interface
org.jboss.netty.channel.socket.ClientSocketChannelFactory
Packages that use ClientSocketChannelFactory
Package
Description
An HTTP-based client-side
SocketChannel
and its corresponding server-side Servlet implementation that make your
existing server application work in a firewalled network.NIO-based socket channel
API implementation - recommended for a large number of connections (>= 1000).
Old blocking I/O based socket channel API implementation - recommended for
a small number of connections (< 1000).
-
Uses of ClientSocketChannelFactory in org.jboss.netty.channel.socket.http
Classes in org.jboss.netty.channel.socket.http that implement ClientSocketChannelFactoryModifier and TypeClassDescriptionclass
Creates a client-sideSocketChannel
which connects to anHttpTunnelingServlet
to communicate with the server application behind theHttpTunnelingServlet
.Fields in org.jboss.netty.channel.socket.http declared as ClientSocketChannelFactoryModifier and TypeFieldDescriptionprivate final ClientSocketChannelFactory
HttpTunnelingClientSocketChannelFactory.clientSocketChannelFactory
Constructors in org.jboss.netty.channel.socket.http with parameters of type ClientSocketChannelFactoryModifierConstructorDescription(package private)
HttpTunnelingClientSocketChannel
(ChannelFactory factory, ChannelPipeline pipeline, ChannelSink sink, ClientSocketChannelFactory clientSocketChannelFactory) HttpTunnelingClientSocketChannelFactory
(ClientSocketChannelFactory clientSocketChannelFactory) Creates a new instance. -
Uses of ClientSocketChannelFactory in org.jboss.netty.channel.socket.nio
Classes in org.jboss.netty.channel.socket.nio that implement ClientSocketChannelFactoryModifier and TypeClassDescriptionclass
AClientSocketChannelFactory
which creates a client-side NIO-basedSocketChannel
. -
Uses of ClientSocketChannelFactory in org.jboss.netty.channel.socket.oio
Classes in org.jboss.netty.channel.socket.oio that implement ClientSocketChannelFactoryModifier and TypeClassDescriptionclass
AClientSocketChannelFactory
which creates a client-side blocking I/O basedSocketChannel
. -
Uses of ClientSocketChannelFactory in org.jboss.netty.example.proxy
Fields in org.jboss.netty.example.proxy declared as ClientSocketChannelFactoryModifier and TypeFieldDescriptionprivate final ClientSocketChannelFactory
HexDumpProxyInboundHandler.cf
private final ClientSocketChannelFactory
HexDumpProxyPipelineFactory.cf
Constructors in org.jboss.netty.example.proxy with parameters of type ClientSocketChannelFactoryModifierConstructorDescription