| Package | Description |
|---|---|
| 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). |
| net.i2p.data.router |
Classes formerly in net.i2p.data but moved here as they are only used by the router.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedProperties |
HostTxtEntry.getProps() |
| Constructor and Description |
|---|
HostTxtEntry(String name,
String dest,
OrderedProperties props) |
| Constructor and Description |
|---|
RouterAddress(String style,
OrderedProperties options,
int cost)
For efficiency when created by a Transport.
|