![JAR search and dependency download from the Maven repository](/logo.png)
org.libtorrent4j.alerts.AlertsDroppedAlert Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of libtorrent4j Show documentation
Show all versions of libtorrent4j Show documentation
A swig Java interface for libtorrent
package org.libtorrent4j.alerts;
import org.libtorrent4j.swig.alerts_dropped_alert;
/**
* This alert is posted to indicate to the client that some alerts were
* dropped. Dropped meaning that the alert failed to be delivered to the
* client. The most common cause of such failure is that the internal alert
* queue grew too big (controlled by alert_queue_size).
*
* @author gubatron
* @author aldenml
*/
public final class AlertsDroppedAlert extends AbstractAlert {
AlertsDroppedAlert(alerts_dropped_alert alert) {
super(alert);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy