public class GETRequester extends AbstractRequester
charset, client, requestProperties| Constructor and Description |
|---|
GETRequester()
Default constructor.
|
GETRequester(Charset charset)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResponse(String url)
Returns the response as a string.
|
getBody, getCharset, getCodes, getResponse, setCharsetpublic GETRequester()
public GETRequester(Charset charset)
charset - the charsetpublic String getResponse(String url)
AbstractRequestergetResponse in class AbstractRequesterurl - the URL to get the response fromCopyright © 2016. All rights reserved.