Package net.bluemind.core.rest.http
Class HttpClientFactory<S,T> 
java.lang.Object
net.bluemind.core.rest.base.BasicClientProxy<S,T>
 
net.bluemind.core.rest.http.HttpClientFactory<S,T> 
- 
Constructor Summary
ConstructorsConstructorDescriptionHttpClientFactory(Class<S> api, Class<T> asyncApi, org.asynchttpclient.uri.Uri baseUrl)  - 
Method Summary
Modifier and TypeMethodDescriptionstatic <S,T> HttpClientFactory <S, T> static <S,T> HttpClientFactory <S, T> static <S,T> HttpClientFactory <S, T> static <S,T> HttpClientFactory <S, T> create(Class<S> api, Class<T> asyncApi, org.asynchttpclient.uri.Uri baseUrl, org.asynchttpclient.AsyncHttpClient client) Methods inherited from class net.bluemind.core.rest.base.BasicClientProxy
client, client, setOrigin, setRemoteIp, setRemoteIps, syncClient, syncClient 
- 
Constructor Details
- 
HttpClientFactory
 
 - 
 - 
Method Details
- 
create
public static <S,T> HttpClientFactory<S,T> create(Class<S> api, Class<T> asyncApi, String baseUrl, org.asynchttpclient.AsyncHttpClient client)  - 
create
public static <S,T> HttpClientFactory<S,T> create(Class<S> api, Class<T> asyncApi, org.asynchttpclient.uri.Uri baseUrl, org.asynchttpclient.AsyncHttpClient client)  - 
create
 - 
create
public static <S,T> HttpClientFactory<S,T> create(Class<S> api, Class<T> asyncApi, org.asynchttpclient.uri.Uri baseUrl)  
 -