org.mobicents.tools.heartbeat.api.IServerHeartbeatService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heartbeat-api Show documentation
Show all versions of heartbeat-api Show documentation
Restcomm Converged Load Balancer Heartbeat API
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 - 2025 Weber Informatics LLC | Privacy Policy