|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
javax.microedition.apdu | This package defines the APDU protocol handler for ISO7816-4 communication to a smart card device. |
javax.microedition.io | Classes for the Generic Connection framework. |
javax.microedition.jcrmi | Provides classes and interfaces for Java Card RMI connection. |
Uses of Connection in javax.microedition.apdu |
Subinterfaces of Connection in javax.microedition.apdu | |
interface |
APDUConnection
This interface defines the APDU (Application Protocol Data Unit) 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 |
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. |
Uses of Connection in javax.microedition.jcrmi |
Subinterfaces of Connection in javax.microedition.jcrmi | |
interface |
JavaCardRMIConnection
This interface defines the Java Card RMI connection which can be used by J2ME applications to communicate with applications on a smart card using Java Card RMI protocol. |
|
SATSA - JSR177 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |