public interface HttpClient
Modifier and Type | Interface and Description |
---|---|
static interface |
HttpClient.Config |
Modifier and Type | Method and Description |
---|---|
void |
close() |
<T> Future<T> |
executeAsync(String userAgent,
Map<String,String> headers,
Verb httpVerb,
String completeUrl,
String bodyContents,
OAuthAsyncRequestCallback<T> callback,
OAuthRequestAsync.ResponseConverter<T> converter) |
void close() throws IOException
IOException
<T> Future<T> executeAsync(String userAgent, Map<String,String> headers, Verb httpVerb, String completeUrl, String bodyContents, OAuthAsyncRequestCallback<T> callback, OAuthRequestAsync.ResponseConverter<T> converter)
Copyright © 2016. All rights reserved.