| 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 | Method and Description |
|---|---|
OutboundEstablishState2.IntroState | OutboundEstablishState2.getIntroState(Hash h)Get the current state for the SSU2 introducer specified |
static OutboundEstablishState2.IntroState | OutboundEstablishState2.IntroState.valueOf(String name)Returns the enum constant of this type with the specified name. |
static OutboundEstablishState2.IntroState[] | OutboundEstablishState2.IntroState.values()Returns an array containing the constants of this enum type, in
the order they are declared. |
| Modifier and Type | Method and Description |
|---|---|
void | OutboundEstablishState2.setIntroState(Hash h,
OutboundEstablishState2.IntroState state)Set the current state for the SSU2 introducer specified |