| 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 |
|---|---|
void | I2PSession.addTunnelStatusListener(TunnelStatusListener lsnr)Add a listener for tunnel status changes. |
void | I2PSession.removeTunnelStatusListener(TunnelStatusListener lsnr)Remove a tunnel status listener. |
| Modifier and Type | Field and Description |
|---|---|
protected Set<TunnelStatusListener> | I2PSessionImpl._tunnelStatusListenerslisteners for tunnel status changes (tunnel failures and removals) |
| Modifier and Type | Method and Description |
|---|---|
void | I2PSessionImpl2.addTunnelStatusListener(TunnelStatusListener lsnr)Add a listener for tunnel status changes. |
void | I2PSessionImpl2.removeTunnelStatusListener(TunnelStatusListener lsnr)removeTunnelStatusListener. |