Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServerRequest
-
Packages that use TRTrackerServerRequest Package Description com.biglybt.core.tracker.host.impl com.biglybt.core.tracker.server com.biglybt.core.tracker.server.impl -
-
Uses of TRTrackerServerRequest in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as TRTrackerServerRequest Modifier and Type Field Description protected TRTrackerServerRequest
TRHostTorrentRequestImpl. request
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServerRequest Modifier and Type Method Description void
TRHostImpl. postProcess(TRTrackerServerRequest request)
void
TRHostImpl. preProcess(TRTrackerServerRequest request)
Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServerRequest Constructor Description TRHostTorrentRequestImpl(TRHostTorrent _torrent, TRHostPeer _peer, TRTrackerServerRequest _request)
-
Uses of TRTrackerServerRequest in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerRequest Modifier and Type Method Description void
TRTrackerServerRequestListener. postProcess(TRTrackerServerRequest request)
void
TRTrackerServerRequestListener. preProcess(TRTrackerServerRequest request)
-
Uses of TRTrackerServerRequest in com.biglybt.core.tracker.server.impl
Classes in com.biglybt.core.tracker.server.impl that implement TRTrackerServerRequest Modifier and Type Class Description class
TRTrackerServerRequestImpl
-