Package io.vrap.rmf.okhttp
Class VrapOkHttpClientSupplier
java.lang.Object
io.vrap.rmf.base.client.BaseHttpClientSupplier
io.vrap.rmf.okhttp.VrapOkHttpClientSupplier
- All Implemented Interfaces:
ExecutorHttpClientSupplier
,HttpClientSupplier
,Supplier<VrapHttpClient>
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Deprecated.TheVrapHttpClient
provider methodget
(ExecutorService executorService) Deprecated.
-
Constructor Details
-
VrapOkHttpClientSupplier
public VrapOkHttpClientSupplier()Deprecated.
-
-
Method Details
-
get
Deprecated.Description copied from class:BaseHttpClientSupplier
TheVrapHttpClient
provider method- Specified by:
get
in interfaceSupplier<VrapHttpClient>
- Specified by:
get
in classBaseHttpClientSupplier
- Returns:
- HttpClient implementation
-
get
Deprecated.- Specified by:
get
in interfaceExecutorHttpClientSupplier
- Specified by:
get
in classBaseHttpClientSupplier
-