FileDocCategorySizeDatePackage
TrackerTorrentListener.javaAPI DocAzureus 3.0.3.41429Sun Mar 27 13:33:46 BST 2005org.gudy.azureus2.plugins.tracker

TrackerTorrentListener

public interface TrackerTorrentListener
author
parg

Fields Summary
Constructors Summary
Methods Summary
public voidpostProcess(TrackerTorrentRequest request)
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*

param
request

public voidpreProcess(TrackerTorrentRequest request)