Uses of Interface
net.i2p.router.transport.udp.SSU2Sender
Packages that use SSU2Sender
Package
Description
The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP.
-
Uses of SSU2Sender in net.i2p.router.transport.udp
Classes in net.i2p.router.transport.udp that implement SSU2SenderModifier and TypeClassDescriptionclass
Contain all of the state about a UDP connection to a peer.(package private) class
Small, stub version of PeerState2, for handling destroy acks with possible tokens in them.Methods in net.i2p.router.transport.udp with parameters of type SSU2SenderModifier and TypeMethodDescriptionPacketBuilder2.buildPacket
(List<PacketBuilder.Fragment> fragments, List<SSU2Payload.Block> otherBlocks, SSU2Sender peer) PacketBuilder2.buildSessionDestroyPacket
(int reason, SSU2Sender peer) Build a data packet with a termination block.