com.syncbuilder.sync
Class Link

java.lang.Object
  |
  +--com.syncbuilder.sync.Link

public class Link
extends java.lang.Object

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).

See Also:
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

Link

public Link(Socket sock)
     throws java.io.IOException
Construct a new Link from a Socket
Method Detail

getDlp

public Dlp getDlp()

getSocket

public Socket getSocket()
Deprecated. You are discouraged from operating directly on Sockets.
Retrieve the underlying Socket of the Link.


This material is Copyrighted (C) 1999 by Tilo Christ. All Rights Reserved.