![JAR search and dependency download from the Maven repository](/logo.png)
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 - 2025 Weber Informatics LLC | Privacy Policy