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

org.mobicents.tools.heartbeat.api.IServerHeartbeatService Maven / Gradle / Ivy

package org.mobicents.tools.heartbeat.api;

import java.net.InetAddress;

public interface IServerHeartbeatService {

	void startServer();
	void stopServer();
	void init(IServerListener listener, InetAddress host, T properties);
	void sendPacket(String ip, int parseInt);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy