All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.tid.bgp.bgp4Peer.bgp4session.ConnectRetryTimer Maven / Gradle / Ivy

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