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

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

The newest version!
package javax.microedition.io;

import java.io.IOException;

/**
 * @since MIDP 2.0
 */
public interface UDPDatagramConnection extends DatagramConnection {
    /**
     * @throws IOException
     */
    String getLocalAddress() throws IOException;

    /**
     * @throws IOException
     */
    int getLocalPort() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy