Uses of Interface
com.biglybt.core.tracker.host.TRHostPeer
-
Packages that use TRHostPeer Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRHostPeer in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that return TRHostPeer Modifier and Type Method Description TRHostPeer
TRHostTorrentRequest. getPeer()
TRHostPeer[]
TRHostTorrent. getPeers()
-
Uses of TRHostPeer in com.biglybt.core.tracker.host.impl
Classes in com.biglybt.core.tracker.host.impl that implement TRHostPeer Modifier and Type Class Description class
TRHostPeerHostImpl
class
TRHostPeerPublishImpl
Fields in com.biglybt.core.tracker.host.impl declared as TRHostPeer Modifier and Type Field Description protected TRHostPeer
TRHostTorrentRequestImpl. peer
private TRHostPeer[]
TRHostTorrentPublishImpl. peers
Methods in com.biglybt.core.tracker.host.impl that return TRHostPeer Modifier and Type Method Description TRHostPeer
TRHostTorrentRequestImpl. getPeer()
TRHostPeer[]
TRHostTorrentHostImpl. getPeers()
TRHostPeer[]
TRHostTorrentPublishImpl. getPeers()
Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRHostPeer Constructor Description TRHostTorrentRequestImpl(TRHostTorrent _torrent, TRHostPeer _peer, TRTrackerServerRequest _request)
-
Uses of TRHostPeer in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker declared as TRHostPeer Modifier and Type Field Description protected TRHostPeer
TrackerPeerImpl. peer
Constructors in com.biglybt.pifimpl.local.tracker with parameters of type TRHostPeer Constructor Description TrackerPeerImpl(TRHostPeer _peer)
-