Package net.i2p.router.tunnel
Class TunnelGatewayPumper
- java.lang.Object
- 
- net.i2p.router.tunnel.TunnelGatewayPumper
 
- 
- All Implemented Interfaces:
- Runnable
 
 class TunnelGatewayPumper extends Object implements Runnable Run through the tunnel gateways that have had messages added to them and push those messages through the preprocessing and sending process. TODO do we need this many threads? TODO this combines IBGWs and OBGWs, do we wish to separate the two and/or prioritize OBGWs (i.e. our outbound traffic) over IBGWs (participating)?
- 
- 
Constructor SummaryConstructors Constructor Description TunnelGatewayPumper(RouterContext ctx)Creates a new instance of TunnelGatewayPumper
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidstopPumping()voidwantsPumping(PumpedTunnelGateway gw)
 
- 
- 
- 
Constructor Detail- 
TunnelGatewayPumperpublic TunnelGatewayPumper(RouterContext ctx) Creates a new instance of TunnelGatewayPumper
 
- 
 - 
Method Detail- 
stopPumpingpublic void stopPumping() 
 - 
wantsPumpingpublic void wantsPumping(PumpedTunnelGateway gw) 
 
- 
 
-