Uses of Interface
net.i2p.router.tunnel.IVValidator

Packages that use IVValidator
net.i2p.router.tunnel   
 

Uses of IVValidator in net.i2p.router.tunnel
 

Classes in net.i2p.router.tunnel that implement IVValidator
 class BloomFilterIVValidator
          Manage the IV validation for all of the router's tunnels by way of a big decaying bloom filter.
(package private)  class DummyValidator
          accept everything
(package private)  class HashSetIVValidator
          waste lots of RAM
 

Methods in net.i2p.router.tunnel that return IVValidator
protected static IVValidator HopProcessor.createValidator()
           
 

Constructors in net.i2p.router.tunnel with parameters of type IVValidator
HopProcessor(I2PAppContext ctx, HopConfig config, IVValidator validator)
           
InboundEndpointProcessor(I2PAppContext ctx, TunnelCreatorConfig cfg, IVValidator validator)