public interface TunnelStatusListener| Modifier and Type | Method and Description |
|---|---|
void | poolShuttingDown(String poolName,
boolean isInbound)Called when a tunnel pool is being shut down (all tunnels being removed). |
void | tunnelFailed(String poolName,
boolean isInbound)Called when a tunnel has failed completely (max consecutive test failures reached). |
void | tunnelRemoved(TunnelRemovalEvent event)Called when a tunnel is removed from a client tunnel pool. |
void poolShuttingDown(String poolName, boolean isInbound)
poolName - the name of the tunnel poolisInbound - true for inbound tunnel pool, false for outboundvoid tunnelFailed(String poolName, boolean isInbound)
poolName - the name of the tunnel pool (e.g., "I2P HTTP Proxy", "I2P IRC Network")isInbound - true for inbound tunnel, false for outboundvoid tunnelRemoved(TunnelRemovalEvent event)
event - the tunnel removal event containing details about the removed tunnel