Package | Description |
---|---|
org.apache.http.impl.client |
Default implementations for interfaces in
org.apache.http.client . |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
ConnectionBackoffStrategy |
AbstractHttpClient.getConnectionBackoffStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractHttpClient.setConnectionBackoffStrategy(ConnectionBackoffStrategy strategy) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.