Uses of Interface
net.i2p.client.I2PClient
Packages that use I2PClient
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.
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 I2PClientModifier and TypeClassDescriptionclass
Simple client implementation with no Destination, just used to talk to the router.Methods in net.i2p.client that return I2PClientModifier and TypeMethodDescriptionstatic I2PClient
I2PClientFactory.createClient()
Create a new instance of the appropriate I2PClient -
Uses of I2PClient in net.i2p.client.impl
Classes in net.i2p.client.impl that implement I2PClient -
Uses of I2PClient in net.i2p.data
Constructors in net.i2p.data with parameters of type I2PClient