程序包 com.walker.web
类 RestTemplateFactory
java.lang.Object
com.walker.web.RestTemplateFactory
RestTemplate工厂创建对象。
- 作者:
- 时克英
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final X509TrustManagerX509TrustManager instance which ignored SSL certification -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static final org.springframework.web.client.RestTemplatecreateRestTemplate(RestTemplateFactory.HttpType httpType, RestTemplateConfig config) static SSLContextGet initialized SSLContext instance which ignored SSL certificationstatic HostnameVerifier
-
字段详细资料
-
IGNORE_SSL_TRUST_MANAGER_X509
X509TrustManager instance which ignored SSL certification
-
-
构造器详细资料
-
RestTemplateFactory
public RestTemplateFactory()
-
-
方法详细资料
-
createRestTemplate
public static final org.springframework.web.client.RestTemplate createRestTemplate(RestTemplateFactory.HttpType httpType, RestTemplateConfig config) -
getIgnoreInitSslContext
public static SSLContext getIgnoreInitSslContext() throws NoSuchAlgorithmException, KeyManagementExceptionGet initialized SSLContext instance which ignored SSL certification -
getIgnoreSslHostnameVerifier
-