Files
i2p.www/www.i2p2/pages/package-naming.html
zzz bd7f05f61c Update index, tunnel*, meetings
Add some package-* files from the source
Add SAM V2
Add 0.6.1.30 release announcement
Put several more links at the top of techintro
2008-02-02 21:52:38 +00:00

10 lines
461 B
HTML

{% extends "_layout.html" %}
{% block title %}Naming Package{% endblock %}
{% block content %}
<p>Provides a standard way for querying the local naming service to resolve a
name into a {@link net.i2p.data.Destination} (without the complexity of JNDI).
The default implementation is a simple hosts.txt driven system, though that can
be overridden by specifying the "i2p.naming.impl" environment property to point
at the requested classname.</p>
{% endblock %}