You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Laxmikanth Pathak <pa...@yahoo.com> on 2006/10/09 19:39:29 UTC

Overwriting the default port

Is there any way I can overwrite the default HTTP port.

 		
---------------------------------
Get your email and more, right on the  new Yahoo.com 

Re: Overwriting the default port

Posted by Roland Weber <RO...@de.ibm.com>.
Laxmikanth Pathak <pa...@yahoo.com> wrote on 09.10.2006 19:39:29:

> Is there any way I can overwrite the default HTTP port.

Register your own protocol for "http":
http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/protocol/Protocol.html

cheers,
  Roland