Uses of Interface
net.i2p.client.LookupResult
Packages that use LookupResult
Package
Description
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
Implements the base I2P SDK for developing applications that communicate
through I2P.
-
Uses of LookupResult in net.i2p.client
Methods in net.i2p.client that return LookupResultModifier and TypeMethodDescriptionI2PSession.lookupDest
(String name, long maxWait, LookupCallback callback) Lookup a Destination by hash.I2PSession.lookupDest
(Hash h, long maxWait, LookupCallback callback) Lookup a Destination by hostname.I2PSession.lookupDest2
(String name, long maxWait) Ask the router to lookup a Destination by hostname.Methods in net.i2p.client with parameters of type LookupResult -
Uses of LookupResult in net.i2p.client.impl
Classes in net.i2p.client.impl that implement LookupResultMethods in net.i2p.client.impl that return LookupResultModifier and TypeMethodDescriptionI2PSessionImpl.lookupDest
(String name, long maxWait, LookupCallback callback) Lookup a Destination by hash.I2PSessionImpl.lookupDest
(Hash h, long maxWait, LookupCallback callback) Lookup a Destination by hostname.I2PSessionImpl.lookupDest2
(String name, long maxWait) Ask the router to lookup a Destination by hostname.