Configuring HttpTunnelingClientSocketChannel (Was: changes to HttpTunneling)

"이희승 (Trustin Lee)" trustin at gmail.com
Mon Aug 3 02:50:16 EDT 2009


Hi Jason,

You need to specify a couple more configuration options.  Check this
out: http://tinyurl.com/nu5b62

HTH,
Trustin


On 07/29/2009 10:34 PM, Jason Ward wrote:
> Hi Trustin - Congrats on getting 3.1 to GA!
> 
> Just a quick question. It seems you've revised the Tunneling support and
> HttpTunnelAddress is no longer included. Can you confirm this?
> 
> I see now that in the example my code which works with CR2
> 
>     channelFuture = bootstrap.connect(new HttpTunnelAddress(uri));
> 
> needs to be adjusted
> 
>     channelFuture = b.connect(new InetSocketAddress(uri.getHost(),
> uri.getPort()));
> 
> 
> 
> Are there any other changes that I need to be aware of?
> 
> Thanks,
> JW



More information about the netty-users mailing list