Uses of Enum
net.i2p.router.transport.ntcp.EstablishBase.State
Packages that use EstablishBase.State
Package
Description
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.StateFields in net.i2p.router.transport.ntcp with type parameters of type EstablishBase.StateModifier and TypeFieldDescriptionprotected static final Set<EstablishBase.State>EstablishBase.STATES_DONEMethods in net.i2p.router.transport.ntcp that return EstablishBase.StateModifier and TypeMethodDescriptionstatic EstablishBase.StateReturns 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.StateModifier and TypeMethodDescriptionprotected voidEstablishBase.changeState(EstablishBase.State state)