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

bt.tracker.udp.UdpTrackerResponseHandler Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.tracker.udp;

interface UdpTrackerResponseHandler {

    T onSuccess(byte[] data);

    T onError(String message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy