| 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 |
|---|---|
EstablishmentManager.Token | EstablishmentManager.getInboundToken(RemoteHostId peer)Get a token that can be used later for the peer to connect to us |
EstablishmentManager.Token | EstablishmentManager.getInboundToken(RemoteHostId peer,
long expiration)Get a token that can be used later for the peer to connect to us. |
EstablishmentManager.Token | OutboundEstablishState2.getNextToken()Get the next token for this connection |
EstablishmentManager.Token | InboundEstablishState2.getNextToken() |
| Constructor and Description |
|---|
NewTokenBlock(EstablishmentManager.Token token)NewTokenBlock. |