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

Packages that use TunnelCreatorConfig
net.i2p.router.tunnel   
net.i2p.router.tunnel.pool   
 

Uses of TunnelCreatorConfig in net.i2p.router.tunnel
 

Methods in net.i2p.router.tunnel that return TunnelCreatorConfig
 TunnelCreatorConfig InboundEndpointProcessor.getConfig()
           
 

Methods in net.i2p.router.tunnel with parameters of type TunnelCreatorConfig
 void TunnelDispatcher.joinOutbound(TunnelCreatorConfig cfg)
          We are the outbound gateway - we created this tunnel
 void TunnelDispatcher.joinInbound(TunnelCreatorConfig cfg)
          We are the inbound endpoint - we created this tunnel
 void TunnelDispatcher.remove(TunnelCreatorConfig cfg)
          We no longer want to participate in this tunnel that we created
 

Constructors in net.i2p.router.tunnel with parameters of type TunnelCreatorConfig
TunnelGatewayZeroHop(RouterContext context, TunnelCreatorConfig config)
           
OutboundSender(I2PAppContext ctx, TunnelCreatorConfig config)
           
OutboundReceiver(RouterContext ctx, TunnelCreatorConfig cfg)
           
OutboundGatewayProcessor(I2PAppContext ctx, TunnelCreatorConfig cfg)
           
InboundEndpointProcessor(I2PAppContext ctx, TunnelCreatorConfig cfg)
           
InboundEndpointProcessor(I2PAppContext ctx, TunnelCreatorConfig cfg, IVValidator validator)
           
 

Uses of TunnelCreatorConfig in net.i2p.router.tunnel.pool
 

Subclasses of TunnelCreatorConfig in net.i2p.router.tunnel.pool
 class PooledTunnelCreatorConfig
           
 

Constructors in net.i2p.router.tunnel.pool with parameters of type TunnelCreatorConfig
RequestTunnelJob(RouterContext ctx, TunnelCreatorConfig cfg, Job onCreated, Job onFailed, int hop, boolean isFake, boolean isExploratory)
           
RebuildJob(RouterContext ctx, TunnelCreatorConfig cfg, TunnelPool pool)
           
ExpireJob(RouterContext ctx, TunnelCreatorConfig cfg, TunnelPool pool)