com.frostwire.jlibtorrent.alerts.PeerBanAlert 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_ban_alert;
/**
* This alert is generated when a peer is banned because it has sent too many corrupt pieces
* to us. ``ip`` is the endpoint to the peer that was banned.
*
* @author gubatron
* @author aldenml
*/
public final class PeerBanAlert extends PeerAlert {
public PeerBanAlert(peer_ban_alert alert) {
super(alert);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy