|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INetworkNode
A network node is a node (client) in the network. It is either a
IClient
(you) or a IRemoteNetworkNode
which is a remote node
in the network to which connections can be established.
Clients must not implement.
Method Summary | |
---|---|
byte[] |
getIp()
The ip on which to reach this node. |
int |
getPort()
The port on which this node is listening for incoming connections. |
IScoreBoard |
getScoreBoard()
The score board for this node. |
java.util.UUID |
getUUID()
The global unique id of this node. |
Method Detail |
---|
java.util.UUID getUUID()
int getPort()
byte[] getIp()
IScoreBoard getScoreBoard()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |