WMA - JSR120

Package javax.microedition.io

This pacakge includes the platform networking interfaces which have been modified for use on platforms that support message connections.

See:
          Description

Class Summary
Connector This class is factory for creating new Connection objects.
 

Package javax.microedition.io Description

This pacakge includes the platform networking interfaces which have been modified for use on platforms that support message connections.

This package includes the Connector class from MIDP 2.0. This class includes SecurityException as an expected return from calls to open() which may require explicit authorization to connect.

When the message connection is implemented on a MIDP 1.0 platform, the SecurityException can be provided by a platform-dependent authorization mechanism. For example, the user might be prompted to ask if the application can send a message and the user's denial interpretted as a SecurityException.

Since:
MIDP2.0

WMA - JSR120

Submit a comment or suggestion Version 1.0 of WMA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.