Uses of Class
com.biglybt.pifimpl.remote.RPRequest
Packages that use RPRequest
Package
Description
-
Uses of RPRequest in com.biglybt.pifimpl.remote
Methods in com.biglybt.pifimpl.remote with parameters of type RPRequestModifier and TypeMethodDescriptionvoid
RPRequestAccessController.checkAccess
(String object_type, RPRequest request) RPRequestHandler.processRequest
(RPRequest request) 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 -
Uses of RPRequest in com.biglybt.pifimpl.remote.download
Methods in com.biglybt.pifimpl.remote.download with parameters of type RPRequestModifier and TypeMethodDescription -
Uses of RPRequest in com.biglybt.pifimpl.remote.ipfilter
Methods in com.biglybt.pifimpl.remote.ipfilter with parameters of type RPRequest -
Uses of RPRequest in com.biglybt.pifimpl.remote.torrent
Methods in com.biglybt.pifimpl.remote.torrent with parameters of type RPRequest -
Uses of RPRequest in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker with parameters of type RPRequest -
Uses of RPRequest in com.biglybt.pifimpl.remote.utils
Methods in com.biglybt.pifimpl.remote.utils with parameters of type RPRequest -
Uses of RPRequest in com.biglybt.ui.webplugin
Methods in com.biglybt.ui.webplugin with parameters of type RPRequestModifier and TypeMethodDescriptionvoid
WebPluginAccessController.checkAccess
(String name, RPRequest request)