public interface HttpRequestExecutor
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
execute(HttpClient client,
HttpUriRequest request)
execute request.
|
java.lang.String |
getHostAndPort()
The host and port this executor is currently talking to.
|