Uses of Class
net.i2p.router.transport.ntcp.EstablishBase.State
- 
Packages that use 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.ntcpFields in net.i2p.router.transport.ntcp declared as EstablishBase.State Modifier and Type Field Description protected EstablishBase.StateEstablishBase. _stateFields 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_DONEMethods in net.i2p.router.transport.ntcp that return EstablishBase.State Modifier and Type Method Description static EstablishBase.StateEstablishBase.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 voidEstablishBase. changeState(EstablishBase.State state)
 
-