Methods Summary |
---|
public java.lang.String[] | filterHTTP(java.lang.String[] lines_in)For more complex situations a filter approach is used. The lines of the request are
passed in for modification and return
Enabled when the generator is specified as a filter
|
public void | generateHTTPProperties(java.util.Properties properties)generate appropriate properties to be supplied to HTTP(S) URL connection
If you want to access the torrents then you need to decode the URL to extract the
hashes and then look them up (for scrape there could be multiple torrents)
Enabled when the generator isn't specified as a filter
|
public byte[] | generatePeerID(org.gudy.azureus2.plugins.torrent.Torrent torrent, boolean for_tracker)generate a peer id - must be exactly 20 bytes
|