Uses of Class
com.biglybt.pif.clientid.ClientIDException
-
Packages that use ClientIDException Package Description com.biglybt.pif.clientid com.biglybt.pifimpl.local.clientid -
-
Uses of ClientIDException in com.biglybt.pif.clientid
Methods in com.biglybt.pif.clientid that throw ClientIDException Modifier and Type Method Description java.lang.String[]
ClientIDGenerator. filterHTTP(byte[] hash, java.lang.String[] lines_in)
For more complex situations a filter approach is used.void
ClientIDGenerator. generateHTTPProperties(byte[] hash, 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 filterbyte[]
ClientIDGenerator. generatePeerID(byte[] hash, boolean for_tracker)
generate a peer id - must be exactly 20 bytes -
Uses of ClientIDException in com.biglybt.pifimpl.local.clientid
Methods in com.biglybt.pifimpl.local.clientid that throw ClientIDException Modifier and Type Method Description void
ClientIDManagerImpl. generateHTTPProperties(byte[] hash, java.util.Properties properties)
byte[]
ClientIDManagerImpl. generatePeerID(byte[] hash, boolean for_tracker)
-