| Package | Description |
|---|---|
| net.i2p.router.transport.ntcp | The NTCP (New TCP) transport for I2P, allowing I2P messages to be passed
over TCP connections. |
| Modifier and Type | Field and Description |
|---|---|
protected EstablishBase.State | EstablishBase._state_state. |
| Modifier and Type | Field and Description |
|---|---|
protected static Set<EstablishBase.State> | EstablishBase.STATES_DONESTATES_DONE. |
| 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)Change the handshake state and update completion/corruption flags. |