Uses of Class
net.i2p.router.transport.ntcp.EstablishBase.State
Package | Description |
---|---|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
-
Uses of EstablishBase.State in net.i2p.router.transport.ntcp
Fields in net.i2p.router.transport.ntcp declared as EstablishBase.State Modifier and Type Field Description protected EstablishBase.State
EstablishBase. _state
Fields in net.i2p.router.transport.ntcp with type parameters of type EstablishBase.State Modifier and Type Field Description protected static Set<EstablishBase.State>
EstablishBase. STATES_DONE
Methods in net.i2p.router.transport.ntcp that return EstablishBase.State Modifier and Type Method Description static EstablishBase.State
EstablishBase.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static EstablishBase.State[]
EstablishBase.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.i2p.router.transport.ntcp with parameters of type EstablishBase.State Modifier and Type Method Description protected void
EstablishBase. changeState(EstablishBase.State state)