Uses of Class
i2p.susi.dns.AddressBean
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.
|
-
Uses of AddressBean in i2p.susi.dns
Fields in i2p.susi.dns declared as AddressBean Modifier and Type Field Description protected AddressBean[]
AddressbookBean. entries
Fields in i2p.susi.dns with type parameters of type AddressBean Modifier and Type Field Description protected static Comparator<AddressBean>
AddressbookBean. sorter
Methods in i2p.susi.dns that return AddressBean Modifier and Type Method Description AddressBean[]
AddressbookBean. getEntries()
AddressBean
NamingServiceBean. getLookup()
Methods in i2p.susi.dns that return types with arguments of type AddressBean Modifier and Type Method Description List<AddressBean>
NamingServiceBean. getLookupAll()
Methods in i2p.susi.dns with parameters of type AddressBean Modifier and Type Method Description int
AddressByNameSorter. compare(AddressBean a, AddressBean b)