HttpClientpublic class ApacheHttpClient extends Object implements HttpClient
| Modifier and Type | Method | Description |
|---|---|---|
static HttpClient |
create(Logger log) |
|
boolean |
send(HttpRequest request,
CompletionListener completionListener) |
|
boolean |
send(HttpRequest request,
HttpRequest.Config config,
CompletionListener completionListener) |
public static HttpClient create(Logger log)
public boolean send(HttpRequest request, CompletionListener completionListener) throws IOException
send in interface HttpClientIOExceptionpublic boolean send(HttpRequest request, HttpRequest.Config config, CompletionListener completionListener) throws IOException
send in interface HttpClientIOExceptionCopyright © 2019 Eclipse Foundation. All rights reserved.