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

com.frostwire.jlibtorrent.alerts.PeerConnectAlert Maven / Gradle / Ivy

There is a newer version: 1.2.0.18
Show newest version
package com.frostwire.jlibtorrent.alerts;

import com.frostwire.jlibtorrent.swig.peer_connect_alert;

/**
 * This alert is posted every time an outgoing peer connect attempts succeeds.
 *
 * @author gubatron
 * @author aldenml
 */
public final class PeerConnectAlert extends PeerAlert {

    public PeerConnectAlert(peer_connect_alert alert) {
        super(alert);
    }

    public int getSocketType() {
        return alert.getSocket_type();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy