Package | Description |
---|---|
net.i2p.client |
Interfaces and factories for
the base I2P SDK used to develop applications that communicate
through I2P.
|
net.i2p.client.impl |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
I2PSimpleClient
Simple client implementation with no Destination,
just used to talk to the router.
|
Modifier and Type | Method and Description |
---|---|
static I2PClient |
I2PClientFactory.createClient()
Create a new instance of the appropriate I2PClient
|
Modifier and Type | Class and Description |
---|---|
class |
I2PClientImpl
Base client implementation.
|
Constructor and Description |
---|
PrivateKeyFile(File file,
I2PClient client) |