| 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.entriesArray of address entries |
| Modifier and Type | Field and Description |
|---|---|
protected static Comparator<AddressBean> | AddressbookBean.sorterComparator for sorting addresses |
| Modifier and Type | Method and Description |
|---|---|
AddressBean[] | AddressbookBean.getEntries()Returns the address entries. |
AddressBean[] | NamingServiceBean.getEntries()Returns the address entries. |
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)Compare two AddressBeans by added date, newest first, then alphabetically by display name. |
int | AddressByNameSorter.compare(AddressBean a,
AddressBean b)Compare two AddressBeans alphabetically by display name. |