public class GETRequester extends AbstractRequester
HTTP requester for GET requests.
| Constructor and Description |
|---|
GETRequester()
Default constructor.
|
GETRequester(Charset charset)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBody(String url)
Extracts the response body from the URL.
|
getBody, getBodyFromTable, getCharset, getConnection, getResponse, setCharsetpublic GETRequester()
Default constructor.
public GETRequester(Charset charset)
Overloaded constructor.
charset - the charsetpublic String getBody(String url)
AbstractRequesterExtracts the response body from the URL.
getBody in class AbstractRequesterurl - the URL to get the response fromCopyright © 2017. All rights reserved.