Uses of Class
net.i2p.router.transport.udp.SSU2Bitfield
Packages that use SSU2Bitfield
Package
Description
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 SSU2BitfieldModifier and TypeMethodDescriptionstatic SSU2BitfieldSSU2Bitfield.fromACKBlock(long thru, int acnt, byte[] ranges, int rangeCount) (package private) SSU2BitfieldPeerState2.getAckedMessages()(package private) SSU2BitfieldPeerState2.getReceivedMessages()Methods in net.i2p.router.transport.udp with parameters of type SSU2BitfieldModifier and TypeMethodDescriptionvoidSSU2Bitfield.forEachAndNot(SSU2Bitfield bf2, SSU2Bitfield.Callback cb) Callback for all bits set in this bitfield but not set in bf2.