|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Proxy | |
|---|---|
| org.apache.commons.latka.http | |
| Uses of Proxy in org.apache.commons.latka.http |
|---|
| Methods in org.apache.commons.latka.http that return Proxy | |
|---|---|
Proxy |
RequestImpl.getProxy()
Getter for property proxy. |
| Methods in org.apache.commons.latka.http with parameters of type Proxy | |
|---|---|
Request |
SessionImpl.createRequest(String label,
URL url,
int httpMethod,
String version,
boolean followRedirects,
Proxy proxy)
Create a labeled request , with the specified URL, HTTP method, version, and redirect handling behavior, using the given proxy for communications. |
Request |
Session.createRequest(String label,
URL url,
int httpMethod,
String version,
boolean followRedirects,
Proxy proxy)
Create a labeled request with the specified URL, HTTP method, version, and redirect handling behavior, using the given proxy for communication. |
Request |
SessionImpl.createRequest(URL url,
int httpMethod,
Proxy proxy,
String version)
Creates a request object with the specified URL, HTTP Method, and version to be accessed via the provided proxy. |
Request |
Session.createRequest(URL url,
int httpMethod,
Proxy proxy,
String version)
Creates a request object with the specified URL, HTTP Method, and version to be accessed via the provided proxy. |
void |
RequestImpl.setProxy(Proxy proxy)
Setter for property proxy. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||