All Packages Class Hierarchy This Package Previous Next Index
Class ants.UDPChannelAddress
java.lang.Object
|
+----ants.ChannelAddress
|
+----ants.UDPChannelAddress
- public class UDPChannelAddress
- extends ChannelAddress
UDP singlecast address of a channel
-
address
-
-
port
-
-
UDPChannelAddress(InetAddress, int)
-
-
UDPChannelAddress(String)
-
-
main(String[])
-
-
toString()
-
address
public InetAddress address
port
public int port
UDPChannelAddress
public UDPChannelAddress(InetAddress address,
int port)
UDPChannelAddress
public UDPChannelAddress(String hp) throws Exception
toString
public String toString()
- Overrides:
- toString in class Object
main
public static void main(String args[]) throws Exception
All Packages Class Hierarchy This Package Previous Next Index