|
||||||||||
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.AddressDBNamingService
public class AddressDBNamingService
Field Summary |
---|
Fields inherited from class net.i2p.client.naming.NamingService |
---|
_context, PROP_IMPL |
Constructor Summary | |
---|---|
AddressDBNamingService(I2PAppContext 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 |
---|
public AddressDBNamingService(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 |