Package org.eclipse.cbi.maven.http
Interface HttpClient
- All Known Implementing Classes:
ApacheHttpClient,AutoValue_RetryHttpClient,RetryHttpClient
public interface HttpClient
-
Method Summary
Modifier and TypeMethodDescriptionbooleansend(HttpRequest request, CompletionListener completionListener) booleansend(HttpRequest request, HttpRequest.Config config, CompletionListener completionListener)
-
Method Details
-
send
- Throws:
IOException
-
send
boolean send(HttpRequest request, HttpRequest.Config config, CompletionListener completionListener) throws IOException - Throws:
IOException
-