2010 FRC Java API


Uses of Interface
javax.microedition.io.Connection

Packages that use Connection
com.sun.squawk.io Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. 
com.sun.squawk.io.j2me.multicast   
com.sun.squawk.io.j2me.pipe   
com.sun.squawk.microedition.io Provides classes from MIDP or unsupportable optional JSRs that are usually in javax.microedition.io, but are not legally in IMP. 
javax.microedition.io Classes for the Generic Connection framework. 
 

Uses of Connection in com.sun.squawk.io
 

Classes in com.sun.squawk.io that implement Connection
 class ConnectionBase
          Base class for Connection protocols.
 

Methods in com.sun.squawk.io that return Connection
abstract  Connection ConnectionBase.open(String protocol, String name, int mode, boolean timeouts)
          Open a connection to a target.
 

Uses of Connection in com.sun.squawk.io.j2me.multicast
 

Classes in com.sun.squawk.io.j2me.multicast that implement Connection
 class Protocol
          GCF connection that multicasts to a number of configured output streams.
 

Methods in com.sun.squawk.io.j2me.multicast that return Connection
 Connection Protocol.open(String protocol, String name, int mode, boolean timeouts)
          Opens the connection.
 

Uses of Connection in com.sun.squawk.io.j2me.pipe
 

Methods in com.sun.squawk.io.j2me.pipe that return Connection
 Connection Protocol.open(String protocolName, String name, int mode, boolean timeouts)
          Open a new "remoteprint" connection to the specified SPOT.
 

Uses of Connection in com.sun.squawk.microedition.io
 

Subinterfaces of Connection in com.sun.squawk.microedition.io
 interface FileConnection
          This class is defined by the JSR-75 specification PDA Optional Packages for the J2ME™ Platform
 interface ServerSocketConnection
          This interface defines the server socket stream connection.
 interface SocketConnection
          This interface defines the socket stream connection.
 

Uses of Connection in javax.microedition.io
 

Subinterfaces of Connection in javax.microedition.io
 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 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 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.
 

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


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.