Uses of Class
org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel
-
Packages that use HttpTunnelingClientSocketChannel Package Description org.jboss.netty.channel.socket.http An HTTP-based client-sideSocketChannel
and its corresponding server-side Servlet implementation that make your existing server application work in a firewalled network. -
-
Uses of HttpTunnelingClientSocketChannel in org.jboss.netty.channel.socket.http
Fields in org.jboss.netty.channel.socket.http declared as HttpTunnelingClientSocketChannel Modifier and Type Field Description private HttpTunnelingClientSocketChannel
HttpTunnelingSocketChannelConfig. channel
Constructors in org.jboss.netty.channel.socket.http with parameters of type HttpTunnelingClientSocketChannel Constructor Description HttpTunnelingSocketChannelConfig(HttpTunnelingClientSocketChannel channel)
Creates a new instance.
-