@Beta public class HttpExecutorImpl extends java.lang.Object implements HttpExecutor
| Constructor and Description |
|---|
HttpExecutorImpl() |
HttpExecutorImpl(java.util.Map<?,?> props)
A must have constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
execute(HttpRequest request)
Synchronously send the request, and return its response.
|
static HttpExecutorImpl |
newInstance() |
public HttpExecutorImpl(java.util.Map<?,?> props)
public HttpExecutorImpl()
public static HttpExecutorImpl newInstance()
public HttpResponse execute(HttpRequest request) throws java.io.IOException
HttpExecutorexecute in interface HttpExecutorjava.io.IOException - if a problem occurred talking to the server.