| 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 | Internal implementation of the I2P client SDK, providing the client
side of the I2CP protocol for applications communicating 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 | I2PSimpleClientSimple 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 | I2PClientImplBase client implementation. |
| Constructor and Description |
|---|
PrivateKeyFile(File file,
I2PClient client)Create a new PrivateKeyFile with a client. |