|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.syncbuilder.sync.Link
A Link is a single connection between a Palm device and the host.
It contains all the information about the established connection. This
includes information about the underlying transport (Socket, Dlp), as
well as higher level information (client authentification).
Dlp,
Socket| Constructor Summary | |
Link(Socket sock)
Construct a new Link from a Socket |
|
| Method Summary | |
Dlp |
getDlp()
|
Socket |
getSocket()
Deprecated. You are discouraged from operating directly on Sockets. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Link(Socket sock)
throws java.io.IOException
| Method Detail |
public Dlp getDlp()
public Socket getSocket()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||