Uses of Interface
com.biglybt.core.tracker.client.TRTrackerAnnouncerResponse
-
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
DownloadManagerTrackerListener. announceResult(TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.peer
Methods in com.biglybt.core.peer with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
PEPeerManager. processTrackerResponse(TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.peer.impl.control
Methods in com.biglybt.core.peer.impl.control with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description private void
PEPeerControlImpl. analyseTrackerResponse(TRTrackerAnnouncerResponse tracker_response)
A private method that does analysis of the result sent by the tracker.void
PEPeerControlImpl. processTrackerResponse(TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.peermanager
Methods in com.biglybt.core.peermanager with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
PeerManager.PeerManagerRegistrationImpl.ProbeControl. processTrackerResponse(TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.tracker
Methods in com.biglybt.core.tracker with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
AllTrackersManager.AllTrackers. updateTracker(java.net.URL tracker, TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.tracker.alltrackers
Methods in com.biglybt.core.tracker.alltrackers with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description protected void
AllTrackersManagerImpl.AllTrackersTrackerImpl. log(TRTrackerAnnouncerResponse resp)
void
AllTrackersManagerImpl. updateTracker(java.net.URL url, TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.tracker.client
Methods in com.biglybt.core.tracker.client that return TRTrackerAnnouncerResponse Modifier and Type Method Description TRTrackerAnnouncerResponse
TRTrackerAnnouncer. getLastResponse()
Methods in com.biglybt.core.tracker.client with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
TRTrackerAnnouncerListener. receivedTrackerResponse(TRTrackerAnnouncerRequest request, TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.tracker.client.impl
Classes in com.biglybt.core.tracker.client.impl that implement TRTrackerAnnouncerResponse Modifier and Type Class Description class
TRTrackerAnnouncerResponseImpl
Fields in com.biglybt.core.tracker.client.impl declared as TRTrackerAnnouncerResponse Modifier and Type Field Description private TRTrackerAnnouncerResponse
TRTrackerAnnouncerMuxer. last_response_informed
Methods in com.biglybt.core.tracker.client.impl that return TRTrackerAnnouncerResponse Modifier and Type Method Description TRTrackerAnnouncerResponse
TRTrackerAnnouncerMuxer. getLastResponse()
Methods in com.biglybt.core.tracker.client.impl with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
TRTrackerAnnouncerImpl.Helper. informResponse(TRTrackerAnnouncerHelper helper, TRTrackerAnnouncerRequest request, TRTrackerAnnouncerResponse response)
protected void
TRTrackerAnnouncerImpl. informResponse(TRTrackerAnnouncerHelper helper, TRTrackerAnnouncerRequest request, TRTrackerAnnouncerResponse response)
protected void
TRTrackerAnnouncerMuxer. informResponse(TRTrackerAnnouncerHelper helper, TRTrackerAnnouncerRequest request, TRTrackerAnnouncerResponse response)
protected void
TRTrackerAnnouncerMuxer.StatusSummary. updateFrom(TRTrackerAnnouncerRequest request, TRTrackerAnnouncerResponse response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.tracker.client.impl.bt
Methods in com.biglybt.core.tracker.client.impl.bt that return TRTrackerAnnouncerResponse Modifier and Type Method Description TRTrackerAnnouncerResponse
TRTrackerBTAnnouncerImpl. getLastResponse()
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.core.tracker.client.impl.dht
Methods in com.biglybt.core.tracker.client.impl.dht that return TRTrackerAnnouncerResponse Modifier and Type Method Description TRTrackerAnnouncerResponse
TRTrackerDHTAnnouncerImpl. getLastResponse()
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.pifimpl.local.download
Fields in com.biglybt.pifimpl.local.download declared as TRTrackerAnnouncerResponse Modifier and Type Field Description protected TRTrackerAnnouncerResponse
DownloadAnnounceResultImpl. response
Methods in com.biglybt.pifimpl.local.download with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
DownloadImpl. announceResult(TRTrackerAnnouncerResponse response)
void
DownloadAnnounceResultImpl. setContent(TRTrackerAnnouncerResponse _response)
Constructors in com.biglybt.pifimpl.local.download with parameters of type TRTrackerAnnouncerResponse Constructor Description DownloadAnnounceResultImpl(Download _download, TRTrackerAnnouncerResponse _response)
-
Uses of TRTrackerAnnouncerResponse in com.biglybt.ui.swt.views.tableitems.mytorrents
Methods in com.biglybt.ui.swt.views.tableitems.mytorrents with parameters of type TRTrackerAnnouncerResponse Modifier and Type Method Description void
AbstractTrackerCell. announceResult(TRTrackerAnnouncerResponse response)
void
TrackerStatusItem.Cell. announceResult(TRTrackerAnnouncerResponse response)
-