|
||||||||||
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, CACHE_MAX_AGE, CACHE_MAX_SIZE, 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. |
Methods inherited from class net.i2p.client.naming.NamingService |
---|
createInstance, getCache, lookupBase64, putCache, reverseLookup, reverseLookup |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |