Uses of Class
org.jcsp.net2.tcpip.TCPIPNodeAddress
-
Packages that use TCPIPNodeAddress Package Description org.jcsp.net2.tcpip -
-
Uses of TCPIPNodeAddress in org.jcsp.net2.tcpip
Fields in org.jcsp.net2.tcpip declared as TCPIPNodeAddress Modifier and Type Field Description (package private) TCPIPNodeAddress
TCPIPLinkServer. listeningAddress
The NodeAddress that this LinkServer is listening on.private TCPIPNodeAddress
TCPIPLink. remoteAddress
The address of the remote Node.Constructors in org.jcsp.net2.tcpip with parameters of type TCPIPNodeAddress Constructor Description TCPIPLink(TCPIPNodeAddress address)
Creates a new TCPIPLinkTCPIPLinkServer(TCPIPNodeAddress address)
Creates a new TCPIPLinkServer listening on the given addressTCPIPNodeFactory(TCPIPNodeAddress addr)
Deprecated.Creates a new TCPIPNodeFactory
-