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

org.libtorrent4j.alerts.AlertsDroppedAlert Maven / Gradle / Ivy

There is a newer version: 2.1.0-35
Show newest version
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