"

2013 FRC Java API

"

Package javax.microedition.io

Classes for the Generic Connection framework.

See:
          Description

Interface Summary
Connection This is the most basic type of generic connection.
ContentConnection This interface defines the stream connection over which content is passed.
Datagram This class defines an abstract interface for datagram packets.
DatagramConnection This interface defines the capabilities that a datagram connection must have.
HttpConnection This interface defines the necessary methods and constants for an HTTP connection.
InputConnection This interface defines the capabilities that an input stream connection must have.
MulticastConnection This interface defines the capabilities that a datagram connection must have.
MulticastDatagram  
OutputConnection This interface defines the capabilities that an output stream connection must have.
ServerSocketConnection This interface defines the server socket stream connection.
SocketConnection This interface defines the socket stream connection.
StreamConnection This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier This interface defines the capabilities that a connection notifier must have.
UDPDatagramConnection This interface defines a datagram connection which knows it's local end point address.
 

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

Exception Summary
ConnectionNotFoundException This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
 

Package javax.microedition.io Description

Classes for the Generic Connection framework.

Since:
CLDC 1.0

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"