|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionBackoffStrategy | |
|---|---|
| org.apache.http.impl.client | Default implementations for interfaces in
org.apache.http.client. |
| Uses of ConnectionBackoffStrategy in org.apache.http.impl.client |
|---|
| Classes in org.apache.http.impl.client that implement ConnectionBackoffStrategy | |
|---|---|
class |
DefaultBackoffStrategy
This ConnectionBackoffStrategy backs off either for a raw
network socket or connection timeout or if the server explicitly
sends a 503 (Service Unavailable) response. |
class |
NullBackoffStrategy
This is a ConnectionBackoffStrategy that never backs off,
for compatibility with existing behavior. |
| Methods in org.apache.http.impl.client that return ConnectionBackoffStrategy | |
|---|---|
ConnectionBackoffStrategy |
AbstractHttpClient.getConnectionBackoffStrategy()
|
| Methods in org.apache.http.impl.client with parameters of type ConnectionBackoffStrategy | |
|---|---|
void |
AbstractHttpClient.setConnectionBackoffStrategy(ConnectionBackoffStrategy strategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||