Class AlertsDroppedAlert

java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<alerts_dropped_alert>
com.frostwire.jlibtorrent.alerts.AlertsDroppedAlert
All Implemented Interfaces:
Alert<alerts_dropped_alert>

public final class AlertsDroppedAlert extends AbstractAlert<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).