Package | Description |
---|---|
org.apache.commons.latka.http |
Modifier and Type | Method and Description |
---|---|
Proxy |
RequestImpl.getProxy()
Getter for property proxy.
|
Modifier and Type | Method and Description |
---|---|
Request |
Session.createRequest(java.lang.String label,
java.net.URL url,
int httpMethod,
java.lang.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(java.lang.String label,
java.net.URL url,
int httpMethod,
java.lang.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(java.net.URL url,
int httpMethod,
Proxy proxy,
java.lang.String version)
Creates a request object with the specified URL, HTTP Method, and
version to be accessed via the provided proxy.
|
Request |
SessionImpl.createRequest(java.net.URL url,
int httpMethod,
Proxy proxy,
java.lang.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.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.