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 SSU2BitfieldSSU2Bitfield. fromACKBlock(long thru, int acnt, byte[] ranges, int rangeCount)SSU2BitfieldPeerState2. getAckedMessages()SSU2BitfieldPeerStateDestroyed. getAckedMessages()SSU2BitfieldSSU2Sender. getAckedMessages()SSU2BitfieldPeerState2. getReceivedMessages()SSU2BitfieldPeerStateDestroyed. getReceivedMessages()SSU2BitfieldSSU2Sender. getReceivedMessages()Methods in net.i2p.router.transport.udp with parameters of type SSU2Bitfield Modifier and Type Method Description voidSSU2Bitfield. forEachAndNot(SSU2Bitfield bf2, SSU2Bitfield.Callback cb)Callback for all bits set in this bitfield but not set in bf2.
-