All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.hutool.http.ssl.DefaultSSLFactory Maven / Gradle / Ivy

There is a newer version: 5.8.32
Show newest version
package cn.hutool.http.ssl;

/**
 * 默认的SSLSocketFactory
 *
 * @author Looly
 * @since 5.1.2
 */
public class DefaultSSLFactory extends CustomProtocolsSSLFactory {

	public DefaultSSLFactory() {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy