| 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. |
| Modifier and Type | Method and Description |
|---|---|
I2PSession.TunnelPair | I2PSession.getCurrentTunnelPair()Get the tunnel IDs currently in use by this session. |
| Modifier and Type | Method and Description |
|---|---|
void | I2PSession.setCurrentTunnelPair(I2PSession.TunnelPair pair)Set the tunnel IDs actively in use by this session. |
| Modifier and Type | Method and Description |
|---|---|
I2PSession.TunnelPair | I2PSessionImpl2.getCurrentTunnelPair()getCurrentTunnelPair. |
| Modifier and Type | Method and Description |
|---|---|
void | I2PSessionImpl2.setCurrentTunnelPair(I2PSession.TunnelPair pair)setCurrentTunnelPair. |