public class FiberOkHttpClient extends OkHttpClient
Fiber-blocking OkHttp’s OkHttpClient implementation.
| Constructor and Description |
|---|
FiberOkHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
Call |
newCall(Request request) |
cancel, clone, getAuthenticator, getCache, getCertificatePinner, getConnectionPool, getConnectionSpecs, getConnectTimeout, getCookieHandler, getDispatcher, getDns, getFollowRedirects, getFollowSslRedirects, getHostnameVerifier, getProtocols, getProxy, getProxySelector, getReadTimeout, getRetryOnConnectionFailure, getSocketFactory, getSslSocketFactory, getWriteTimeout, interceptors, networkInterceptors, setAuthenticator, setCache, setCertificatePinner, setConnectionPool, setConnectionSpecs, setConnectTimeout, setCookieHandler, setDispatcher, setDns, setFollowRedirects, setFollowSslRedirects, setHostnameVerifier, setProtocols, setProxy, setProxySelector, setReadTimeout, setRetryOnConnectionFailure, setSocketFactory, setSslSocketFactory, setWriteTimeoutpublic Call newCall(Request request)
newCall in class OkHttpClient