org.xlattice
Class EndPoint
java.lang.Object
org.xlattice.EndPoint
public class EndPoint
- extends java.lang.Object
An EndPoint is specified by a transport and an Address, including
the local part. If the transport is TCP/IP, for example, the
Address includes the IP address and the port number.
- Author:
- Jim Dixon
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EndPoint
public EndPoint(Transport t,
Address addr)
getAddress
public Address getAddress()
getTransport
public Transport getTransport()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object