Uses of Class
net.i2p.router.tunnel.pool.BuildExecutor
Package | Description |
---|---|
net.i2p.router.tunnel.pool |
Tunnel creation, tunnel build message handling.
|
-
Uses of BuildExecutor in net.i2p.router.tunnel.pool
Methods in net.i2p.router.tunnel.pool that return BuildExecutor Modifier and Type Method Description (package private) BuildExecutor
TunnelPoolManager. getExecutor()
Methods in net.i2p.router.tunnel.pool with parameters of type BuildExecutor Modifier and Type Method Description static boolean
BuildRequestor. request(RouterContext ctx, PooledTunnelCreatorConfig cfg, BuildExecutor exec)
Send out a build request message.Constructors in net.i2p.router.tunnel.pool with parameters of type BuildExecutor Constructor Description BuildHandler(RouterContext ctx, TunnelPoolManager manager, BuildExecutor exec)