Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Http Tunneling

Tags:

java

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?

like image 627
Swine1973 Avatar asked Oct 15 '25 09:10

Swine1973


2 Answers

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

like image 101
mtraut Avatar answered Oct 16 '25 23:10

mtraut


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

like image 36
sw. Avatar answered Oct 16 '25 22:10

sw.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!