WMA - JSR120

Uses of Interface
javax.microedition.io.Connection

Packages that use Connection
javax.microedition.io This pacakge includes the platform networking interfaces which have been modified for use on platforms that support message connections. 
javax.wireless.messaging This package defines an API which allows applications to send and receive wireless messages. 
 

Uses of Connection in javax.microedition.io
 

Subinterfaces of Connection in javax.microedition.io
 interface CommConnection
          This interface defines a logical serial port connection.
 interface ContentConnection
          This interface defines the stream connection over which content is passed.
 interface DatagramConnection
          This interface defines the capabilities that a datagram connection must have.
 interface HttpConnection
          This interface defines the necessary methods and constants for an HTTP connection.
 interface HttpsConnection
          This interface defines the necessary methods and constants to establish a secure network connection.
 interface InputConnection
          This interface defines the capabilities that an input stream connection must have.
 interface OutputConnection
          This interface defines the capabilities that an output stream connection must have.
 interface SecureConnection
          This interface defines the secure socket stream connection.
 interface ServerSocketConnection
          This interface defines the server socket stream connection.
 interface SocketConnection
          This interface defines the socket stream connection.
 interface StreamConnection
          This interface defines the capabilities that a stream connection must have.
 interface StreamConnectionNotifier
          This interface defines the capabilities that a connection notifier must have.
 interface UDPDatagramConnection
          This interface defines a datagram connection which knows it's local end point address.
 

Methods in javax.microedition.io that return Connection
static Connection Connector.open(java.lang.String name)
          Creates and opens a Connection.
static Connection Connector.open(java.lang.String name, int mode)
          Creates and opens a Connection.
static Connection Connector.open(java.lang.String name, int mode, boolean timeouts)
          Creates and opens a Connection.
 

Uses of Connection in javax.wireless.messaging
 

Subinterfaces of Connection in javax.wireless.messaging
 interface MessageConnection
          The MessageConnection interface defines the basic functionality for sending and receiving messages.
 


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.