Uses of Interface
net.i2p.client.LookupCallback
Packages that use LookupCallback
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 LookupCallback in net.i2p.client
Methods in net.i2p.client with parameters of type LookupCallbackModifier 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. -
Uses of LookupCallback in net.i2p.client.impl
Methods in net.i2p.client.impl with parameters of type LookupCallbackModifier 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.