net.i2p.client.naming
Class FilesystemAddressDB
java.lang.Object
net.i2p.client.naming.AddressDB
net.i2p.client.naming.FilesystemAddressDB
Deprecated. unused
public class FilesystemAddressDB
- extends AddressDB
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_ADDRESS_DIR
public static final String PROP_ADDRESS_DIR
- Deprecated.
- See Also:
- Constant Field Values
DEFAULT_ADDRESS_DIR
public static final String DEFAULT_ADDRESS_DIR
- Deprecated.
- See Also:
- Constant Field Values
FilesystemAddressDB
public FilesystemAddressDB(I2PAppContext context)
- Deprecated.
get
public Address get(String hostname)
- Deprecated.
- Specified by:
get
in class AddressDB
put
public Address put(Address address)
- Deprecated.
- Specified by:
put
in class AddressDB
remove
public Address remove(String hostname)
- Deprecated.
- Specified by:
remove
in class AddressDB
remove
public Address remove(Address address)
- Deprecated.
- Specified by:
remove
in class AddressDB
contains
public boolean contains(Address address)
- Deprecated.
- Specified by:
contains
in class AddressDB
contains
public boolean contains(String hostname)
- Deprecated.
- Specified by:
contains
in class AddressDB
hostnames
public Collection hostnames()
- Deprecated.
- Specified by:
hostnames
in class AddressDB