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,
String bodyContents) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeAsync, executeAsync, executeAsync
public Response execute(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, byte[] bodyContents) throws InterruptedException, ExecutionException, IOException
execute
in interface HttpClient
InterruptedException
ExecutionException
IOException
public Response execute(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, String bodyContents) throws InterruptedException, ExecutionException, IOException
execute
in interface HttpClient
InterruptedException
ExecutionException
IOException
public Response execute(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, File bodyContents) throws InterruptedException, ExecutionException, IOException
execute
in interface HttpClient
InterruptedException
ExecutionException
IOException
Copyright © 2018. All rights reserved.