|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.client.naming.NamingService
net.i2p.client.naming.DummyNamingService
class DummyNamingService
A Dummy naming service that can only handle base64 destinations.
Field Summary |
---|
Fields inherited from class net.i2p.client.naming.NamingService |
---|
_context, PROP_IMPL |
Constructor Summary | |
---|---|
protected |
DummyNamingService(I2PAppContext context)
The naming service should only be constructed and accessed through the application context. |
Method Summary | |
---|---|
Destination |
lookup(java.lang.String hostname)
Look up a host name. |
java.lang.String |
reverseLookup(Destination dest)
Reverse look up a destination |
Methods inherited from class net.i2p.client.naming.NamingService |
---|
createInstance, lookupBase64 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DummyNamingService(I2PAppContext context)
Method Detail |
---|
public Destination lookup(java.lang.String hostname)
NamingService
lookup
in class NamingService
null
if name is unknown.public java.lang.String reverseLookup(Destination dest)
NamingService
reverseLookup
in class NamingService
null
if none is known. It is safe for subclasses to always return
null
if no reverse lookup is possible.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |