Class HttpTunnelingClientSocketChannelFactory

java.lang.Object
org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannelFactory
All Implemented Interfaces:
ChannelFactory, ClientSocketChannelFactory, ExternalResourceReleasable

public class HttpTunnelingClientSocketChannelFactory extends Object implements ClientSocketChannelFactory
Creates a client-side SocketChannel which connects to an HttpTunnelingServlet to communicate with the server application behind the HttpTunnelingServlet. Please refer to the package summary for the detailed usage.