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-sideSocketChanneland 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 HttpTunnelingClientSocketChannelHttpTunnelingSocketChannelConfig. channelConstructors in org.jboss.netty.channel.socket.http with parameters of type HttpTunnelingClientSocketChannel Constructor Description HttpTunnelingSocketChannelConfig(HttpTunnelingClientSocketChannel channel)Creates a new instance.
-