| Package | Description |
|---|---|
| net.i2p.client | Interfaces and factories for the base I2P SDK used to develop applications that communicate through I2P. |
| Modifier and Type | Method and Description |
|---|---|
TunnelRemovalEvent.RemovalReason | TunnelRemovalEvent.getReason()Return the removal reason. |
static TunnelRemovalEvent.RemovalReason | TunnelRemovalEvent.RemovalReason.valueOf(String name)Returns the enum constant of this type with the specified name. |
static TunnelRemovalEvent.RemovalReason[] | TunnelRemovalEvent.RemovalReason.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Constructor and Description |
|---|
TunnelRemovalEvent(String poolName,
TunnelId tunnelId,
boolean isInbound,
TunnelRemovalEvent.RemovalReason reason)Create a new tunnel removal event. |