| Package | Description |
|---|---|
| javax.microedition.apdu | |
| javax.microedition.io |
Provides a simplified mechanism for applications to use various types of I/O
protocols in resource-constrained environments.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
APDUConnection
This interface defines the APDU (Application Protocol Data Unit) connection.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.