All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----ants.Entity
|
+----ants.ManagedObject
|
+----ants.Channel
|
+----ants.UDPChannel
This channel implements the ANEP protocol.
public UDPChannel(Manager b,
String n,
UDPChannelAddress src) throws IOException
public UDPChannel(Manager b,
String n,
String hp) throws Exception
public boolean send(byte buf[],
int length,
ChannelAddress dst)
public void attachNode(Node c)
All Packages Class Hierarchy This Package Previous Next Index