| Package | Description |
|---|---|
| org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
| org.apache.commons.httpclient.contrib.ssl |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyHost
Holds all of the variables needed to describe an HTTP connection to a proxy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HostConfiguration.setHost(HttpHost host)
Sets the given host
|
| Constructor and Description |
|---|
HttpHost(HttpHost httphost)
Copy constructor for HttpHost
|
| Modifier and Type | Method and Description |
|---|---|
HttpHost |
HttpHostFactory.getHost(HostConfiguration old,
String scheme,
String host,
int port)
Get a host for the given parameters.
|
Copyright © 2012 Apache Software Foundation. All Rights Reserved.