Uses of Class
net.i2p.router.tunnel.PumpedTunnelGateway

Packages that use PumpedTunnelGateway
net.i2p.router.tunnel All the work of managing locally created and participating tunnels, creating and handling tunnel messages, and their encryption. 
 

Uses of PumpedTunnelGateway in net.i2p.router.tunnel
 

Subclasses of PumpedTunnelGateway in net.i2p.router.tunnel
(package private)  class ThrottledPumpedTunnelGateway
          Same as PTG, but check to see if a message should be dropped before queueing it.
 

Methods in net.i2p.router.tunnel with parameters of type PumpedTunnelGateway
 void TunnelGatewayPumper.wantsPumping(PumpedTunnelGateway gw)