public interface HttpExecutorService
| Modifier and Type | Method and Description | 
|---|---|
| <R> HttpResponse | execute(HttpRequest<R> request)Executes the given request and returns the  HttpResponseresult from the server | 
| String | getExecutorDisplayName() | 
<R> HttpResponse execute(HttpRequest<R> request)
HttpResponse result from the serverR - the underlying return entity typerequest - the request to executeString getExecutorDisplayName()
Copyright © 2017. All rights reserved.