| Package | Description |
|---|---|
| net.i2p.client.naming |
Naming service for resolving human-readable names to I2P destinations,
providing a standard interface without JNDI complexity.
|
| net.i2p.data |
These classes define the common data structures used by the various I2P protocols.
|
| net.i2p.data.router |
Router-specific data structures and identity management classes for I2P.
|
| Modifier and Type | Method and Description |
|---|---|
OrderedProperties |
HostTxtEntry.getProps() |
| Constructor and Description |
|---|
HostTxtEntry(String name,
String dest,
OrderedProperties props) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyProperties
Immutable OrderedProperties, to reduce object churn
in LS2 where it's expected to be empty.
|
| Constructor and Description |
|---|
RouterAddress(String style,
OrderedProperties options,
int cost)
For efficiency when created by a Transport.
|