Uses of Class
net.i2p.router.transport.udp.SSU2Bitfield
-
Packages that use SSU2Bitfield Package Description net.i2p.router.transport.udp The UDP transport (also known as 'SSU transport') allows passing I2P messages on top of UDP. -
-
Uses of SSU2Bitfield in net.i2p.router.transport.udp
Methods in net.i2p.router.transport.udp that return SSU2Bitfield Modifier and Type Method Description static SSU2Bitfield
SSU2Bitfield. fromACKBlock(long thru, int acnt, byte[] ranges, int rangeCount)
SSU2Bitfield
PeerState2. getAckedMessages()
SSU2Bitfield
PeerStateDestroyed. getAckedMessages()
SSU2Bitfield
SSU2Sender. getAckedMessages()
SSU2Bitfield
PeerState2. getReceivedMessages()
SSU2Bitfield
PeerStateDestroyed. getReceivedMessages()
SSU2Bitfield
SSU2Sender. getReceivedMessages()
Methods in net.i2p.router.transport.udp with parameters of type SSU2Bitfield Modifier and Type Method Description void
SSU2Bitfield. forEachAndNot(SSU2Bitfield bf2, SSU2Bitfield.Callback cb)
Callback for all bits set in this bitfield but not set in bf2.
-