Java Http 隧道
我目前正在尝试在Java客户端(包括Netty)和服务器之间实现一个Http隧道,所以我想知道是否有任何服务器也基于Netty来支持这个隧道,或者我应该构建服务器端我自己?
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 this Tunnel or should I build the server side my self?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我最近发现了这个:http://www.jcraft.com/jhttptunnel/。或许对你有帮助...
I recently came upon this: http://www.jcraft.com/jhttptunnel/. Perhaps helps you...
现在 netty 包含一个 示例 HTTP 隧道。服务器必须(以某种方式)知道它才能工作。 HTTP 隧道 API(客户端和服务器)的文档位于 org.jboss.netty.channel.socket.http
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