|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbderaClient | |
---|---|
org.apache.abdera.protocol.client |
Uses of AbderaClient in org.apache.abdera.protocol.client |
---|
Methods in org.apache.abdera.protocol.client that return AbderaClient | |
---|---|
AbderaClient |
AbderaClient.addCookie(String domain,
String name,
String value)
Manually add cookies |
AbderaClient |
AbderaClient.addCookie(String domain,
String name,
String value,
String path,
Date expires,
boolean secure)
Manually add cookies |
AbderaClient |
AbderaClient.addCookie(String domain,
String name,
String value,
String path,
int maxAge,
boolean secure)
Manually add cookies |
AbderaClient |
AbderaClient.addCookies(org.apache.commons.httpclient.Cookie... cookies)
Manually add cookies |
AbderaClient |
AbderaClient.addCookies(org.apache.commons.httpclient.Cookie cookie)
Manually add cookies |
AbderaClient |
AbderaClient.addCredentials(String target,
String realm,
String scheme,
org.apache.commons.httpclient.Credentials credentials)
Add authentication credentials |
AbderaClient |
AbderaClient.clearCookies()
Clear the cookies |
AbderaClient |
AbderaClient.clearCredentials()
Clear all credentials (including proxy credentials) |
AbderaClient |
AbderaClient.clearProxyCredentials()
Clear proxy credentials |
AbderaClient |
AbderaClient.clearState()
Clear all state (cookies, credentials, etc) |
AbderaClient |
AbderaClient.setAuthenticationSchemeDefaults()
Configure the client to use the default authentication scheme settings |
AbderaClient |
AbderaClient.setAuthenticationSchemePriority(String... scheme)
When multiple authentication schemes are supported by a server, the client will automatically select a scheme based on the configured priority. |
AbderaClient |
AbderaClient.setConnectionTimeout(int timeout)
Sets the timeout until a connection is etablished. |
AbderaClient |
AbderaClient.setMaxConnectionsPerHost(int max)
Set the maximum number of connections allowed for a single host |
AbderaClient |
AbderaClient.setMaxConnectionsTotal(int max)
Return the maximum number of connections allowed for the client |
AbderaClient |
AbderaClient.setMaximumRedirects(int redirects)
Set the maximum number of redirects |
AbderaClient |
AbderaClient.setProxy(String host,
int port)
Configure the client to use the specified proxy |
AbderaClient |
AbderaClient.setProxyCredentials(String host,
int port,
org.apache.commons.httpclient.Credentials credentials)
Specify the auth credentials for the proxy server |
AbderaClient |
AbderaClient.setProxyCredentials(String host,
int port,
String realm,
String scheme,
org.apache.commons.httpclient.Credentials credentials)
Specify the auth credentials for the proxy server |
AbderaClient |
AbderaClient.setSocketTimeout(int timeout)
Sets the default socket timeout (SO_TIMEOUT) in milliseconds which is the timeout for waiting for data. |
AbderaClient |
AbderaClient.teardown()
Per http://jakarta.apache.org/commons/httpclient/performance.html Generally it is recommended to have a single instance of HttpClient per communication component or even per application. |
AbderaClient |
AbderaClient.usePreemptiveAuthentication(boolean val)
Configure the client to use preemptive authentication (HTTP Basic Authentication only) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |