Uses of Class
net.i2p.util.OrderedProperties
-
Packages that use OrderedProperties Package Description net.i2p.client.naming Provides a standard way for querying the local naming service to resolve a name into aDestination
(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. -
-
Uses of OrderedProperties in net.i2p.client.naming
Methods in net.i2p.client.naming that return OrderedProperties Modifier and Type Method Description OrderedProperties
HostTxtEntry. getProps()
Constructors in net.i2p.client.naming with parameters of type OrderedProperties Constructor Description HostTxtEntry(String name, String dest, OrderedProperties props)
-
Uses of OrderedProperties in net.i2p.data.router
Constructors in net.i2p.data.router with parameters of type OrderedProperties Constructor Description RouterAddress(String style, OrderedProperties options, int cost)
For efficiency when created by a Transport.
-