Package io.getstream.core.http
Class OKHTTPClientAdapter
- java.lang.Object
-
- io.getstream.core.http.HTTPClient
-
- io.getstream.core.http.OKHTTPClientAdapter
-
public final class OKHTTPClientAdapter extends HTTPClient
-
-
Constructor Summary
Constructors Constructor Description OKHTTPClientAdapter()
OKHTTPClientAdapter(okhttp3.OkHttpClient client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java8.util.concurrent.CompletableFuture<Response>
execute(Request request)
<T> T
getImplementation()
-
Methods inherited from class io.getstream.core.http.HTTPClient
requestBuilder
-
-
-
-
Method Detail
-
getImplementation
public <T> T getImplementation()
- Specified by:
getImplementation
in classHTTPClient
-
execute
public java8.util.concurrent.CompletableFuture<Response> execute(Request request)
- Specified by:
execute
in classHTTPClient
-
-