public class OkHttpClientFactory extends Object
| Constructor and Description |
|---|
OkHttpClientFactory() |
public boolean isFollowRedirects()
public void setFollowRedirects(boolean followRedirects)
public boolean isFollowSslRedirects()
public void setFollowSslRedirects(boolean followSslRedirects)
public ProxyFactory getProxy()
public void setProxy(ProxyFactory proxy)
public SecurityFactory getSecurity()
public void setSecurity(SecurityFactory security)
public List<InterceptorFactory> getInterceptors()
public void setInterceptors(List<InterceptorFactory> interceptors)
public List<NetworkInterceptorFactory> getNetworkInterceptors()
public void setNetworkInterceptors(List<NetworkInterceptorFactory> networkInterceptors)
public List<ConnectionSpecFactory> getConnectionSpecs()
public void setConnectionSpecs(List<ConnectionSpecFactory> connectionSpecs)
public DispatcherFactory getDispatcher()
public void setDispatcher(DispatcherFactory dispatcher)
public HostnameVerifierFactory getHostnameVerifier()
public void setHostnameVerifier(HostnameVerifierFactory hostnameVerifier)
Copyright © 2019. All rights reserved.