org.gudy.azureus2.core3.tracker.server
Interface TRTrackerServerTorrentPeerListener


public interface TRTrackerServerTorrentPeerListener


Field Summary
static int ET_ANNOUNCE
           
static int ET_COMPLETE
           
static int ET_FAILED
           
static int ET_REPLACED
           
static int ET_STARTED
           
static int ET_STOPPED
           
static int ET_TIMEOUT
           
static int ET_TOO_MANY_PEERS
           
static int ET_UPDATED
           
 
Method Summary
 Map eventOccurred(TRTrackerServerTorrent torrent, TRTrackerServerPeer peer, int event, String url_parameters)
           
 

Field Detail

ET_STARTED

static final int ET_STARTED
See Also:
Constant Field Values

ET_UPDATED

static final int ET_UPDATED
See Also:
Constant Field Values

ET_COMPLETE

static final int ET_COMPLETE
See Also:
Constant Field Values

ET_STOPPED

static final int ET_STOPPED
See Also:
Constant Field Values

ET_TIMEOUT

static final int ET_TIMEOUT
See Also:
Constant Field Values

ET_REPLACED

static final int ET_REPLACED
See Also:
Constant Field Values

ET_TOO_MANY_PEERS

static final int ET_TOO_MANY_PEERS
See Also:
Constant Field Values

ET_FAILED

static final int ET_FAILED
See Also:
Constant Field Values

ET_ANNOUNCE

static final int ET_ANNOUNCE
See Also:
Constant Field Values
Method Detail

eventOccurred

Map eventOccurred(TRTrackerServerTorrent torrent,
                  TRTrackerServerPeer peer,
                  int event,
                  String url_parameters)
                  throws TRTrackerServerException
Throws:
TRTrackerServerException