
com.frostwire.jlibtorrent.alerts.PeerUnsnubbedAlert Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jlibtorrent Show documentation
Show all versions of jlibtorrent Show documentation
A swig Java interface for libtorrent by the makers of FrostWire.
package com.frostwire.jlibtorrent.alerts;
import com.frostwire.jlibtorrent.swig.peer_unsnubbed_alert;
/**
* This alert is generated when a peer is unsnubbed. Essentially when it was snubbed for stalling
* sending data, and now it started sending data again.
*
* @author gubatron
* @author aldenml
*/
public final class PeerUnsnubbedAlert extends PeerAlert {
public PeerUnsnubbedAlert(peer_unsnubbed_alert alert) {
super(alert);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy