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

javax.microedition.io.HttpsConnection Maven / Gradle / Ivy

package javax.microedition.io;

import java.io.IOException;

public interface HttpsConnection extends HttpConnection {
	
	public SecurityInfo getSecurityInfo() throws IOException;
	
	public int getPort();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy