Uses of Interface
net.i2p.router.transport.FIFOBandwidthLimiter.CompleteListener

Packages that use FIFOBandwidthLimiter.CompleteListener
net.i2p.router.transport The transport system allows the usage of communication layers that are below I2P in the stack, on which I2P messages are sent. 
net.i2p.router.transport.ntcp The NTCP transport allows passing I2P messages on top of TCP. 
 

Uses of FIFOBandwidthLimiter.CompleteListener in net.i2p.router.transport
 

Methods in net.i2p.router.transport that return FIFOBandwidthLimiter.CompleteListener
 FIFOBandwidthLimiter.CompleteListener FIFOBandwidthLimiter.Request.getCompleteListener()
           
 

Methods in net.i2p.router.transport with parameters of type FIFOBandwidthLimiter.CompleteListener
 FIFOBandwidthLimiter.Request FIFOBandwidthLimiter.requestInbound(int bytesIn, String purpose, FIFOBandwidthLimiter.CompleteListener lsnr, Object attachment)
           
 FIFOBandwidthLimiter.Request FIFOBandwidthLimiter.requestOutbound(int bytesOut, String purpose, FIFOBandwidthLimiter.CompleteListener lsnr, Object attachment)
           
 void FIFOBandwidthLimiter.Request.setCompleteListener(FIFOBandwidthLimiter.CompleteListener lsnr)
           
 

Uses of FIFOBandwidthLimiter.CompleteListener in net.i2p.router.transport.ntcp
 

Classes in net.i2p.router.transport.ntcp that implement FIFOBandwidthLimiter.CompleteListener
 class NTCPConnection
          Coordinate the connection to a single peer.