| Package | Description |
|---|---|
| net.i2p.router.transport.udp | The UDP transport (also known as 'SSU' or Secure Semi-reliable UDP transport)
for I2P, allowing I2P messages to be passed over UDP connections. |
| Modifier and Type | Field and Description |
|---|---|
protected InboundEstablishState.InboundState | InboundEstablishState._currentStateCurrent state in the inbound establishment protocol |
| Modifier and Type | Method and Description |
|---|---|
InboundEstablishState.InboundState | InboundEstablishState.getState()Current state of the inbound session establishment. |
static InboundEstablishState.InboundState | InboundEstablishState.InboundState.valueOf(String name)Returns the enum constant of this type with the specified name. |
static InboundEstablishState.InboundState[] | InboundEstablishState.InboundState.values()Returns an array containing the constants of this enum type, in
the order they are declared. |