|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| com.sun.cldc.io | Provides base class for all connections. |
| com.sun.cldc.io.j2me.socket | |
| javax.microedition.io | Classes for the Generic Connection framework. |
| Uses of Connection in com.sun.cldc.io |
|---|
| Methods in com.sun.cldc.io that return Connection | |
|---|---|
Connection |
ConnectionBaseInterface.openPrim(String name,
int mode,
boolean timeouts)
|
| Uses of Connection in com.sun.cldc.io.j2me.socket |
|---|
| Classes in com.sun.cldc.io.j2me.socket that implement Connection | |
|---|---|
class |
Protocol
Connection to the J2ME socket API. |
| Methods in com.sun.cldc.io.j2me.socket that return Connection | |
|---|---|
Connection |
Protocol.openPrim(String name,
int mode,
boolean timeouts)
Open the 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. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||