Uses of Class
net.i2p.data.Address

Packages that use Address
net.i2p.client.naming Provides a standard way for querying the local naming service to resolve a name into a Destination (without the complexity of JNDI). 
 

Uses of Address in net.i2p.client.naming
 

Methods in net.i2p.client.naming that return Address
 Address FilesystemAddressDB.get(java.lang.String hostname)
          Deprecated.  
abstract  Address AddressDB.get(java.lang.String hostname)
          Deprecated.  
 Address DummyAddressDB.get(java.lang.String hostname)
          Deprecated.  
 Address FilesystemAddressDB.put(Address address)
          Deprecated.  
abstract  Address AddressDB.put(Address address)
          Deprecated.  
 Address DummyAddressDB.put(Address address)
          Deprecated.  
 Address FilesystemAddressDB.remove(Address address)
          Deprecated.  
abstract  Address AddressDB.remove(Address address)
          Deprecated.  
 Address DummyAddressDB.remove(Address address)
          Deprecated.  
 Address FilesystemAddressDB.remove(java.lang.String hostname)
          Deprecated.  
abstract  Address AddressDB.remove(java.lang.String hostname)
          Deprecated.  
 Address DummyAddressDB.remove(java.lang.String hostname)
          Deprecated.  
 

Methods in net.i2p.client.naming with parameters of type Address
 boolean FilesystemAddressDB.contains(Address address)
          Deprecated.  
abstract  boolean AddressDB.contains(Address address)
          Deprecated.  
 boolean DummyAddressDB.contains(Address address)
          Deprecated.  
 Address FilesystemAddressDB.put(Address address)
          Deprecated.  
abstract  Address AddressDB.put(Address address)
          Deprecated.  
 Address DummyAddressDB.put(Address address)
          Deprecated.  
 Address FilesystemAddressDB.remove(Address address)
          Deprecated.  
abstract  Address AddressDB.remove(Address address)
          Deprecated.  
 Address DummyAddressDB.remove(Address address)
          Deprecated.