
es.tid.bgp.bgp4Peer.bgp4session.ConnectRetryTimer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of topology Show documentation
Show all versions of topology Show documentation
Traffic Engineering Database, BGP-LS peer, Topology Module
The newest version!
package es.tid.bgp.bgp4Peer.bgp4session;
import java.util.TimerTask;
public class ConnectRetryTimer extends TimerTask {
int initialValue;
ConnectRetryTimer(int initialValue){
this.initialValue=initialValue;
}
@Override
public void run() {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy