Package | Description |
---|---|
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
Modifier and Type | Field and Description |
---|---|
protected EstablishBase.State |
EstablishBase._state |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
EstablishBase.changeState(EstablishBase.State state) |