Package org.toilelibre.libe.curl
Class Curl.CurlArgumentsBuilder
java.lang.Object
org.toilelibre.libe.curl.Curl.CurlArgumentsBuilder
- Enclosing class:
- Curl
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionjavaOptions(Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) org.apache.hc.core5.http.HttpResponseCompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse>
-
Method Details
-
javaOptions
public Curl.CurlArgumentsBuilder javaOptions(Curl.CurlArgumentsBuilder.CurlJavaOptions curlJavaOptions) -
$
- Throws:
Curl.CurlException
-
$Async
- Throws:
Curl.CurlException
-
run
- Throws:
Curl.CurlException
-
runAsync
public CompletableFuture<org.apache.hc.core5.http.ClassicHttpResponse> runAsync(String url) throws Curl.CurlException - Throws:
Curl.CurlException
-