| Package | Description |
|---|---|
| net.i2p.router.transport.udp |
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) EstablishmentManager |
UDPTransport.getEstablisher()
For IntroductionManager
|
| Modifier and Type | Method and Description |
|---|---|
List<UDPPacket> |
PacketBuilder.buildRelayRequest(UDPTransport transport,
EstablishmentManager emgr,
OutboundEstablishState state,
net.i2p.data.SessionKey ourIntroKey)
build intro packets for each of the published introducers
|
| Constructor and Description |
|---|
PacketHandler(RouterContext ctx,
UDPTransport transport,
EstablishmentManager establisher,
InboundMessageFragments inbound,
PeerTestManager testManager,
IntroductionManager introManager) |