public interface RequestSender
| Modifier and Type | Method and Description |
|---|---|
Response |
sendRequest(Request request)
Sends the request and returns the received response.
|
Response sendRequest(Request request) throws IOException
request - the request which will be sendIOException - if an error occurredCopyright © 2016 MuK Projects. All rights reserved.