| Package | Description |
|---|---|
| i2p.susi.dns |
The SusiDNS webapp, which is the user interface for the addressbook application and the local naming service (hosts database) implemented in net.i2p.client.naming.
|
| Modifier and Type | Field and Description |
|---|---|
protected AddressBean[] |
AddressbookBean.entries
Array of address entries
|
| Modifier and Type | Field and Description |
|---|---|
protected static Comparator<AddressBean> |
AddressbookBean.sorter
Comparator for sorting addresses
|
| Modifier and Type | Method and Description |
|---|---|
AddressBean[] |
AddressbookBean.getEntries()
Returns the address entries.
|
AddressBean[] |
NamingServiceBean.getEntries() |
AddressBean |
NamingServiceBean.getLookup()
Lookup a single destination by hostname.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddressBean> |
NamingServiceBean.getLookupAll()
Lookup all destinations for a hostname.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AddressByDateSorter.compare(AddressBean a,
AddressBean b) |
int |
AddressByNameSorter.compare(AddressBean a,
AddressBean b) |