List of usage examples for org.apache.commons.httpclient.contrib.ssl EasySSLProtocolSocketFactory subclass-usage
From source file com.eviware.soapui.impl.wsdl.support.http.SoapUIEasySSLProtocolSocketFactory.java
public class SoapUIEasySSLProtocolSocketFactory extends EasySSLProtocolSocketFactory { private Map<String, EasySSLProtocolSocketFactory> factoryMap = new HashMap<String, EasySSLProtocolSocketFactory>(); public SoapUIEasySSLProtocolSocketFactory() throws Exception { super(); }