开发者

Java Http Tunneling

开发者 https://www.devze.com 2023-02-02 00:27 出处:网络
I\'m currently trying to implement a Http Tunnel between a Java Client(That Includes Netty) to a server, so I would like to know if there\'s any server that is also based on Netty to support thi开发者

I'm currently trying to implement a Http Tunnel between a Java Client(That Includes Netty) to a server, so I would like to know if there's any server that is also based on Netty to support thi开发者_运维百科s Tunnel or should I build the server side my self?


I recently came upon this: http://www.jcraft.com/jhttptunnel/. Perhaps helps you...


Now netty includes an example of an HTTP Tunnel. The server must be aware (in some way) of it to work. The documentation of the API for HTTP tunneling (client and server) is available at org.jboss.netty.channel.socket.http

0

精彩评论

暂无评论...
验证码 换一张
取 消