Uses of Class
net.i2p.client.impl.I2PSessionImpl.State
-
Packages that use I2PSessionImpl.State Package Description net.i2p.client.impl Implements the base I2P SDK for developing applications that communicate through I2P. -
-
Uses of I2PSessionImpl.State in net.i2p.client.impl
Fields in net.i2p.client.impl declared as I2PSessionImpl.State Modifier and Type Field Description protected I2PSessionImpl.State
I2PSessionImpl. _state
Methods in net.i2p.client.impl that return I2PSessionImpl.State Modifier and Type Method 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.Methods in net.i2p.client.impl with parameters of type I2PSessionImpl.State Modifier and Type Method Description protected void
I2PSessionImpl. changeState(I2PSessionImpl.State state)
-