Uses of Class
com.biglybt.pifimpl.remote.RPRequest
-
-
Uses of RPRequest in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type RPRequest Modifier and Type Method Description RPReply
RPObject. _process(RPRequest request)
RPReply
RPPluginConfig. _process(RPRequest request)
RPReply
RPPluginInterface. _process(RPRequest request)
void
RPRequestAccessController. checkAccess(java.lang.String object_type, RPRequest request)
RPReply
RPRequestDispatcher. dispatch(RPRequest request)
RPReply
RPRequestHandler. processRequest(RPRequest request)
RPReply
RPRequestHandler. processRequest(RPRequest request, RPRequestAccessController access_controller)
We no longer allow null to be returned, you will have to return a new RPReply instance which contains null instead.protected RPReply
RPRequestHandler. processRequestSupport(RPRequest request, RPRequestAccessController access_controller)
-
Uses of RPRequest in com.biglybt.pifimpl.remote.disk
Methods in com.biglybt.pifimpl.remote.disk with parameters of type RPRequest Modifier and Type Method Description RPReply
RPDiskManagerFileInfo. _process(RPRequest request)
-
Uses of RPRequest in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type RPRequest Modifier and Type Method Description RPReply
RPDownload. _process(RPRequest request)
RPReply
RPDownloadAnnounceResult. _process(RPRequest request)
RPReply
RPDownloadManager. _process(RPRequest request)
RPReply
RPDownloadScrapeResult. _process(RPRequest request)
RPReply
RPDownloadStats. _process(RPRequest request)
-
Uses of RPRequest in com.biglybt.pifimpl.remote.ipfilter
Methods in com.biglybt.pifimpl.remote.ipfilter with parameters of type RPRequest Modifier and Type Method Description RPReply
RPIPFilter. _process(RPRequest request)
RPReply
RPIPRange. _process(RPRequest request)
-
Uses of RPRequest in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent with parameters of type RPRequest Modifier and Type Method Description RPReply
RPTorrent. _process(RPRequest request)
RPReply
RPTorrentDownloader. _process(RPRequest request)
RPReply
RPTorrentManager. _process(RPRequest request)
-
Uses of RPRequest in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type RPRequest Modifier and Type Method Description RPReply
RPTracker. _process(RPRequest request)
RPReply
RPTrackerTorrent. _process(RPRequest request)
-
Uses of RPRequest in com.biglybt.pifimpl.remote.utils
Methods in com.biglybt.pifimpl.remote.utils with parameters of type RPRequest Modifier and Type Method Description RPReply
RPShortCuts. _process(RPRequest request)
-
Uses of RPRequest in com.biglybt.ui.webplugin
Methods in com.biglybt.ui.webplugin with parameters of type RPRequest Modifier and Type Method Description void
WebPluginAccessController. checkAccess(java.lang.String name, RPRequest request)
-