Package com.biglybt.pif.tracker
Interface TrackerTorrentListener
public interface TrackerTorrentListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postProcess
(TrackerTorrentRequest request) This is called to give the opportunity to post-process the reply being sent to a peer.void
preProcess
(TrackerTorrentRequest request)
-
Method Details
-
preProcess
- Throws:
TrackerException
-
postProcess
This is called to give the opportunity to post-process the reply being sent to a peer. If the reply is cached and reused this method *won't* be re-invoked. It is therefore not appropriate to insert peer-specific data unless caching is *switched off*- Parameters:
request
-- Throws:
TrackerException
-