本文介绍了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?

推荐答案

我最近发现了这个:。也许可以帮助你...

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

这篇关于Java Http隧道的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 21:26