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> TgetImplementation()-
Methods inherited from class io.getstream.core.http.HTTPClient
requestBuilder
-
-
-
-
Method Detail
-
getImplementation
public <T> T getImplementation()
- Specified by:
getImplementationin classHTTPClient
-
execute
public java8.util.concurrent.CompletableFuture<Response> execute(Request request)
- Specified by:
executein classHTTPClient
-
-