| Package | Description |
|---|---|
| net.i2p.router.transport |
Transport layer implementations and management for I2P network communication.
|
| net.i2p.router.transport.ntcp |
The NTCP (New TCP) transport for I2P, allowing I2P messages to be passed
over TCP connections.
|
| 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 |
|---|---|
TransportBid |
Transport.bid(RouterInfo toAddress,
int dataSize)
Request to send a message to the specified router.
|
(package private) TransportBid |
TransportManager.getBid(OutNetMessage msg) |
(package private) TransportBid |
TransportManager.getNextBid(OutNetMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
(package private) List<TransportBid> |
TransportManager.getBids(OutNetMessage msg) |
| Modifier and Type | Method and Description |
|---|---|
TransportBid |
NTCPTransport.bid(RouterInfo toAddress,
int dataSize) |
| Modifier and Type | Method and Description |
|---|---|
TransportBid |
UDPTransport.bid(RouterInfo toAddress,
int dataSize) |