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

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

The newest version!
package javax.microedition.io;

import java.io.IOException;

/**
 * @since MIDP 2.0
 */
public interface SecureConnection extends SocketConnection {
	
	/**
	 * @throws IOException
	 */
    SecurityInfo getSecurityInfo() throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy