Uses of Interface
com.biglybt.pif.clientid.ClientIDGenerator
-
Packages that use ClientIDGenerator Package Description com.biglybt.pif.clientid com.biglybt.pifimpl.local.clientid -
-
Uses of ClientIDGenerator in com.biglybt.pif.clientid
Methods in com.biglybt.pif.clientid that return ClientIDGenerator Modifier and Type Method Description ClientIDGenerator
ClientIDManager. getGenerator()
-
Uses of ClientIDGenerator in com.biglybt.pifimpl.local.clientid
Classes in com.biglybt.pifimpl.local.clientid that implement ClientIDGenerator Modifier and Type Class Description class
ClientIDPlugin
Fields in com.biglybt.pifimpl.local.clientid declared as ClientIDGenerator Modifier and Type Field Description private ClientIDGenerator
ClientIDManagerImpl. generator
Methods in com.biglybt.pifimpl.local.clientid that return ClientIDGenerator Modifier and Type Method Description ClientIDGenerator
ClientIDManagerImpl. getGenerator()
Methods in com.biglybt.pifimpl.local.clientid with parameters of type ClientIDGenerator Modifier and Type Method Description void
ClientIDManagerImpl. setGenerator(ClientIDGenerator _generator, boolean _use_filter)
-