Package | Description |
---|---|
net.i2p.client.impl |
Implements the base I2P SDK for developing applications that communicate
through I2P.
|
Modifier and Type | Field and Description |
---|---|
protected I2PSessionImpl.State |
I2PSessionImpl._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) |