Uses of Interface
net.i2p.client.I2PClient

Packages that use I2PClient
net.i2p.client Implements the base I2P SDK for developing applications that communicate through I2P. 
net.i2p.data These classes define the common data structures used by the various I2P protocols. 
 

Uses of I2PClient in net.i2p.client
 

Classes in net.i2p.client that implement I2PClient
(package private)  class I2PClientImpl
          Base client implementation
 class I2PSimpleClient
          Simple client implementation with no Destination, just used to talk to the router.
 

Methods in net.i2p.client that return I2PClient
static I2PClient I2PClientFactory.createClient()
          Create a new instance of the appropriate I2PClient
 

Uses of I2PClient in net.i2p.data
 

Constructors in net.i2p.data with parameters of type I2PClient
PrivateKeyFile(java.io.File file, I2PClient client)