The Artima Developer Community
Sponsored Link

Java Buzz Forum
HttpTunneling - the smart way out.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
HttpTunneling - the smart way out. Posted: Feb 24, 2005 2:14 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: HttpTunneling - the smart way out.
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
What do you do when you want to configure your E-Mail client on ports 110 and 25 and the proxy server (you use to connect to the internet) does not allow.
Or, when the proxy server does not let your favorite IM establish a connection as it is using an alien port.

This is a very common problem. Many of the corporates and service providers do this to prevent users from getting personal with a non person PC of use. The most common technique is to allow all requests arising from PORT 80 to be allowed a connection with the outsite world and block most of the other PORTS from doing so.

Even, telecom operators use this technique so that users cannot use more than just a browser on their phone (no matter if the user has a hi tech streaming video client or an Email application supporting POP3, IMAP and SMTP).

The solution is to use an Http Tunnel.
Http Tunnel is the mechanism by which, an application routes its networking requests through PORT 80. This enables any application to pass through the proxy and survive the common PORT blocks.

In order to go through the tunnel, I came across JHttpTunnel (refer to the title of this post). JHttpTunnel is the implementation of GNU httptunnel's protocol in Java.

I feel, most of the applications that require a different port than 80, must provide an HttpTunneled version so that the use does not get limited. One such move is taken by J2M VNC client project.

So the next when you are delivering a product, make sure you have a tunneled version of it too.

[Resource-Type: Library; Category: Web, Java; XRating: 4]
Title of the post takes you to the JHttpTunnel Project page.
Explore this API with JACK and code faster.

Read: HttpTunneling - the smart way out.

Topic: Microsoft like glitch in Google Maps too : MaximDim Previous Topic   Next Topic Topic: The integrator's dilemma

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use