Uses of Interface
net.i2p.router.transport.udp.SSU2Bitfield.Callback
-
Packages that use SSU2Bitfield.Callback 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.Callback in net.i2p.router.transport.udp
Classes in net.i2p.router.transport.udp that implement SSU2Bitfield.Callback Modifier and Type Class Description class
PeerState2
Contain all of the state about a UDP connection to a peer.Methods in net.i2p.router.transport.udp with parameters of type SSU2Bitfield.Callback 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.
-