Package | Description |
---|---|
net.i2p.router.transport.crypto | |
net.i2p.router.transport.ntcp |
The NTCP transport allows passing I2P messages on top of TCP.
|
net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
Modifier and Type | Class and Description |
---|---|
static class |
DHSessionKeyBuilder.PrecalcRunner |
Constructor and Description |
---|
NTCPTransport(RouterContext ctx,
DHSessionKeyBuilder.Factory dh) |
Modifier and Type | Method and Description |
---|---|
(package private) DHSessionKeyBuilder.Factory |
UDPTransport.getDHFactory() |
Constructor and Description |
---|
OutboundEstablishState(RouterContext ctx,
RemoteHostId claimedAddress,
RemoteHostId remoteHostId,
RouterIdentity remotePeer,
SessionKey introKey,
UDPAddress addr,
DHSessionKeyBuilder.Factory dh) |
UDPTransport(RouterContext ctx,
DHSessionKeyBuilder.Factory dh) |