| Constructor and Description |
|---|
DomainList(RequestConfig config) |
DomainList(String appName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Value of the request body.
|
Map<String,Object> |
getBodyAsMap()
Value of the request body as a Map.
|
String |
getEndpoint()
Path and query parameters of a URL.
|
Map<String,String> |
getHeaders()
Map of request-specific HTTP headers. |
Http.Method |
getHttpMethod()
HTTP method.
|
List<Domain> |
getResponse(byte[] bytes,
int status,
Map<String,String> responseHeaders)
Response handler.
|
Http.Accept |
getResponseType()
HTTP Accept header.
|
boolean |
hasBody()
Whether or not the request has a body.
|
public DomainList(String appName)
public DomainList(RequestConfig config)
public Http.Method getHttpMethod()
RequestgetHttpMethod in interface Request<List<Domain>>public String getEndpoint()
RequestgetEndpoint in interface Request<List<Domain>>public boolean hasBody()
Requestpublic String getBody()
Requestpublic Map<String,Object> getBodyAsMap()
RequestgetBodyAsMap in interface Request<List<Domain>>public Http.Accept getResponseType()
RequestgetResponseType in interface Request<List<Domain>>Http.Acceptpublic Map<String,String> getHeaders()
RequestMap of request-specific HTTP headers.getHeaders in interface Request<List<Domain>>public List<Domain> getResponse(byte[] bytes, int status, Map<String,String> responseHeaders)
RequestgetResponse in interface Request<List<Domain>>bytes - Data returned from the request.status - HTTP status code.T as specified by an individual request.Copyright © 2018. All rights reserved.