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


Variable Index

 o address
 o port

Constructor Index

 o UDPChannelAddress(InetAddress, int)
 o UDPChannelAddress(String)

Method Index

 o main(String[])
 o toString()

Variables

 o address
 public InetAddress address
 o port
 public int port

Constructors

 o UDPChannelAddress
 public UDPChannelAddress(InetAddress address,
                          int port)
 o UDPChannelAddress
 public UDPChannelAddress(String hp) throws Exception

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index