Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.http
Class ProxyHost  view ProxyHost download ProxyHost.java

java.lang.Object
  extended byorg.apache.http.HttpHost
      extended byorg.apache.http.ProxyHost

public class ProxyHost
extends HttpHost

Holds all of the variables needed to describe an HTTP connection to a proxy. Proxy hosts always use plain HTTP connection when communicating with clients.

Since:
3.0

Field Summary
 
Fields inherited from class org.apache.http.HttpHost
 
Constructor Summary
ProxyHost(ProxyHost httpproxy)
          Copy constructor for ProxyHost.
ProxyHost(java.lang.String hostname)
          Constructor for ProxyHost.
ProxyHost(java.lang.String hostname, int port)
          Constructor for ProxyHost.
 
Methods inherited from class org.apache.http.HttpHost
equals, getHostName, getPort, getScheme, hashCode, toHostString, toString, toURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyHost

public ProxyHost(ProxyHost httpproxy)
Copy constructor for ProxyHost.


ProxyHost

public ProxyHost(java.lang.String hostname,
                 int port)
Constructor for ProxyHost.


ProxyHost

public ProxyHost(java.lang.String hostname)
Constructor for ProxyHost.