|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Connection | |
|---|---|
| javax.bluetooth | |
| javax.microedition.io | |
| javax.microedition.io.file | |
| javax.obex | |
| org.mockme.io | |
| Uses of Connection in javax.bluetooth |
|---|
| Subinterfaces of Connection in javax.bluetooth | |
|---|---|
interface |
L2CAPConnection
|
interface |
L2CAPConnectionNotifier
|
| Methods in javax.bluetooth with parameters of type Connection | |
|---|---|
boolean |
RemoteDevice.authorize(Connection conn)
|
boolean |
RemoteDevice.encrypt(Connection conn,
boolean on)
|
ServiceRecord |
LocalDevice.getRecord(Connection notifier)
|
static RemoteDevice |
RemoteDevice.getRemoteDevice(Connection conn)
|
boolean |
RemoteDevice.isAuthorized(Connection conn)
|
protected RemoteDevice |
RemoteDevice.static_getRemoteDevice(Connection conn)
|
| Uses of Connection in javax.microedition.io |
|---|
| Subinterfaces of Connection in javax.microedition.io | |
|---|---|
interface |
CommConnection
|
interface |
ContentConnection
|
interface |
DatagramConnection
|
interface |
HttpConnection
|
interface |
HttpsConnection
|
interface |
InputConnection
|
interface |
OutputConnection
|
interface |
SecureConnection
|
interface |
ServerSocketConnection
|
interface |
SocketConnection
|
interface |
StreamConnection
|
interface |
StreamConnectionNotifier
|
interface |
UDPDatagramConnection
|
| Methods in javax.microedition.io that return Connection | |
|---|---|
static Connection |
Connector.open(String name)
|
static Connection |
Connector.open(String name,
int mode)
|
static Connection |
Connector.open(String name,
int mode,
boolean timeouts)
|
protected Connection |
Connector.static_open(String name)
|
protected Connection |
Connector.static_open(String name,
int mode)
|
protected Connection |
Connector.static_open(String name,
int mode,
boolean timeouts)
|
| Uses of Connection in javax.microedition.io.file |
|---|
| Subinterfaces of Connection in javax.microedition.io.file | |
|---|---|
interface |
FileConnection
|
| Uses of Connection in javax.obex |
|---|
| Subinterfaces of Connection in javax.obex | |
|---|---|
interface |
ClientSession
|
interface |
Operation
|
interface |
SessionNotifier
|
| Methods in javax.obex that return Connection | |
|---|---|
Connection |
SessionNotifier.acceptAndOpen(ServerRequestHandler arg1)
|
Connection |
SessionNotifier.acceptAndOpen(ServerRequestHandler arg1,
Authenticator arg2)
|
| Uses of Connection in org.mockme.io |
|---|
| Classes in org.mockme.io that implement Connection | |
|---|---|
class |
MockStreamConnection
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||