| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected I2PSessionImpl.State | I2PSessionImpl._statecurrent session state |
| Modifier and Type | Method and Description |
|---|---|
static I2PSessionImpl.State | I2PSessionImpl.State.valueOf(String name)Returns the enum constant of this type with the specified name. |
static I2PSessionImpl.State[] | I2PSessionImpl.State.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
protected void | I2PSessionImpl.changeState(I2PSessionImpl.State state)Change the session state |