|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.tunnel.TunnelCreatorConfig
net.i2p.router.tunnel.pool.PooledTunnelCreatorConfig
class PooledTunnelCreatorConfig
Data about a tunnel we created
Field Summary |
---|
Fields inherited from class net.i2p.router.tunnel.TunnelCreatorConfig |
---|
_context |
Constructor Summary | |
---|---|
PooledTunnelCreatorConfig(RouterContext ctx,
int length,
boolean isInbound)
Creates a new instance of PooledTunnelCreatorConfig |
|
PooledTunnelCreatorConfig(RouterContext ctx,
int length,
boolean isInbound,
Hash destination)
|
Method Summary | |
---|---|
Properties |
getOptions()
|
TunnelPool |
getTunnelPool()
|
void |
setExpireJob(Job job)
does nothing, to be deprecated |
void |
setPairedTunnel(TunnelInfo tunnel)
Deprecated. Fix memory leaks caused by references if you need to use pairedTunnel |
(package private) void |
setTestJob(TestJob job)
Deprecated. unused, which makes _testJob unused - why is it here |
void |
setTunnelPool(TunnelPool pool)
|
void |
testJobSuccessful(int ms)
called from TestJob |
void |
testSuccessful(int ms)
calls TestJob |
boolean |
tunnelFailed()
The tunnel failed a test, so (maybe) stop using it |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PooledTunnelCreatorConfig(RouterContext ctx, int length, boolean isInbound)
public PooledTunnelCreatorConfig(RouterContext ctx, int length, boolean isInbound, Hash destination)
Method Detail |
---|
public void testSuccessful(int ms)
testSuccessful
in interface TunnelInfo
testSuccessful
in class TunnelCreatorConfig
public void testJobSuccessful(int ms)
public boolean tunnelFailed()
tunnelFailed
in class TunnelCreatorConfig
public Properties getOptions()
getOptions
in class TunnelCreatorConfig
public void setTunnelPool(TunnelPool pool)
public TunnelPool getTunnelPool()
void setTestJob(TestJob job)
public void setExpireJob(Job job)
public void setPairedTunnel(TunnelInfo tunnel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |