T - the response type.public abstract class UrlRequestExecutor<T> extends RequestExecutor<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
eTag |
protected java.lang.String |
url |
| Modifier | Constructor and Description |
|---|---|
protected |
UrlRequestExecutor(java.lang.String url)
Constructs request executor initialized with the URL.
|
| Modifier and Type | Method and Description |
|---|---|
UrlRequestExecutor |
eTag(java.lang.String eTag)
Specifies HTTP entity tag purposed for caching REST API calls.
|
execute, execute, params, prepareCallprotected UrlRequestExecutor(java.lang.String url)
url - the URL.public UrlRequestExecutor eTag(java.lang.String eTag)
eTag - the entity tag value.