Package org.eclipse.cbi.maven.http
Interface HttpClient
-
- All Known Implementing Classes:
ApacheHttpClient,AutoValue_RetryHttpClient,RetryHttpClient
public interface HttpClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansend(HttpRequest request, CompletionListener completionListener)booleansend(HttpRequest request, HttpRequest.Config config, CompletionListener completionListener)
-
-
-
Method Detail
-
send
boolean send(HttpRequest request, CompletionListener completionListener) throws java.io.IOException
- Throws:
java.io.IOException
-
send
boolean send(HttpRequest request, HttpRequest.Config config, CompletionListener completionListener) throws java.io.IOException
- Throws:
java.io.IOException
-
-