net.i2p.client.naming
Class DummyNamingService
java.lang.Object
net.i2p.client.naming.NamingService
net.i2p.client.naming.DummyNamingService
class DummyNamingService
- extends NamingService
A Dummy naming service that can only handle base64 destinations.
Constructor Summary |
protected |
DummyNamingService(I2PAppContext context)
The naming service should only be constructed and accessed through the
application context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyNamingService
protected DummyNamingService(I2PAppContext context)
- The naming service should only be constructed and accessed through the
application context. This constructor should only be used by the
appropriate application context itself.
lookup
public Destination lookup(String hostname)
- Description copied from class:
NamingService
- Look up a host name.
- Specified by:
lookup
in class NamingService
- Returns:
- the Destination for this host name, or
null
if name is unknown.