Uses of Interface
com.biglybt.pifimpl.remote.RPRequestDispatcher
-
Packages that use RPRequestDispatcher Package Description com.biglybt.pifimpl.remote com.biglybt.pifimpl.remote.download com.biglybt.pifimpl.remote.tracker com.biglybt.pifimpl.remote.utils -
-
Uses of RPRequestDispatcher in com.biglybt.pifimpl.remote
Fields in com.biglybt.pifimpl.remote declared as RPRequestDispatcher Modifier and Type Field Description protected RPRequestDispatcher
RPObject. _dispatcher
Methods in com.biglybt.pifimpl.remote that return RPRequestDispatcher Modifier and Type Method Description protected RPRequestDispatcher
RPObject. getDispatcher()
Methods in com.biglybt.pifimpl.remote with parameters of type RPRequestDispatcher Modifier and Type Method Description void
RPObject. _setRemote(RPRequestDispatcher __dispatcher)
void
RPPluginConfig. _setRemote(RPRequestDispatcher _dispatcher)
static RPPluginInterface
RPFactory. getPlugin(RPRequestDispatcher dispatcher)
-
Uses of RPRequestDispatcher in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type RPRequestDispatcher Modifier and Type Method Description void
RPDownload. _setRemote(RPRequestDispatcher dispatcher)
-
Uses of RPRequestDispatcher in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type RPRequestDispatcher Modifier and Type Method Description void
RPTrackerTorrent. _setRemote(RPRequestDispatcher dispatcher)
-
Uses of RPRequestDispatcher in com.biglybt.pifimpl.remote.utils
Methods in com.biglybt.pifimpl.remote.utils with parameters of type RPRequestDispatcher Modifier and Type Method Description void
RPShortCuts. _setRemote(RPRequestDispatcher _dispatcher)
-