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

org.webpieces.httpclient.api.HttpsSslEngineFactory Maven / Gradle / Ivy

package org.webpieces.httpclient.api;

import javax.net.ssl.SSLEngine;

public interface HttpsSslEngineFactory {

	public SSLEngine createSslEngine(String host, int port);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy