public abstract class AbstractAsyncOnlyHttpClient extends Object implements HttpClient
CONTENT_LENGTH, CONTENT_TYPE, DEFAULT_CONTENT_TYPE| Constructor and Description |
|---|
AbstractAsyncOnlyHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
Response |
execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
byte[] bodyContents) |
Response |
execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
File bodyContents) |
Response |
execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
MultipartPayload bodyContents) |
Response |
execute(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteAsync, executeAsync, executeAsync, executeAsyncpublic Response execute(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, byte[] bodyContents) throws InterruptedException, ExecutionException, IOException
execute in interface HttpClientInterruptedExceptionExecutionExceptionIOExceptionpublic Response execute(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, MultipartPayload bodyContents) throws InterruptedException, ExecutionException, IOException
execute in interface HttpClientInterruptedExceptionExecutionExceptionIOExceptionpublic Response execute(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, String bodyContents) throws InterruptedException, ExecutionException, IOException
execute in interface HttpClientInterruptedExceptionExecutionExceptionIOExceptionpublic Response execute(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, File bodyContents) throws InterruptedException, ExecutionException, IOException
execute in interface HttpClientInterruptedExceptionExecutionExceptionIOExceptionCopyright © 2018. All rights reserved.