Package org.ros.address

Provides the classes for acquiring and representing network addresses.

See:
          Description

Interface Summary
Address  
AdvertiseAddressFactory  
 

Class Summary
AdvertiseAddress A wrapper for InetSocketAddress that emphasizes the difference between an address that should be used for binding a server port and one that should be advertised to external entities.
BindAddress A wrapper for InetSocketAddress that emphasizes the difference between an address that should be used for binding a server port and one that should be advertised to external entities.
InetAddressFactory  
PrivateAdvertiseAddressFactory  
PublicAdvertiseAddressFactory An AdvertiseAddressFactory which creates public (non-loopback) addresses.
 

Package org.ros.address Description

Provides the classes for acquiring and representing network addresses.