Uses of Enum
net.i2p.router.transport.ntcp.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
Modifier and TypeFieldDescriptionprotected static final Set<EstablishBase.State>
EstablishBase.STATES_DONE
Modifier and TypeMethodDescriptionstatic EstablishBase.State
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.Modifier and TypeMethodDescriptionprotected void
EstablishBase.changeState
(EstablishBase.State state)