Uses of Interface
net.i2p.router.transport.udp.ACKBitfield

Packages that use ACKBitfield
net.i2p.router.transport.udp   
 

Uses of ACKBitfield in net.i2p.router.transport.udp
 

Methods in net.i2p.router.transport.udp that return ACKBitfield
 ACKBitfield InboundMessageState.createACKBitfield()
           
 ACKBitfield[] UDPPacketReader.DataReader.readACKBitfields()
           
 

Methods in net.i2p.router.transport.udp with parameters of type ACKBitfield
 void PeerState.acked(ACKBitfield bitfield)
           
 boolean OutboundMessageState.acked(ACKBitfield bitfield)
          Ack all the fragments in the ack list.
 void OutboundMessageFragments.acked(ACKBitfield bitfield, Hash ackedBy)