Uses of Class
com.biglybt.core.tracker.host.impl.TRHostImpl
-
Packages that use TRHostImpl Package Description com.biglybt.core.tracker.host.impl -
-
Uses of TRHostImpl in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as TRHostImpl Modifier and Type Field Description private TRHostImpl
TRHostConfigImpl. host
private TRHostImpl
TRHostTorrentHostImpl. host
private TRHostImpl
TRHostTorrentPublishImpl. host
private static TRHostImpl
TRHostImpl. singleton
Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRHostImpl Constructor Description TRHostConfigImpl(TRHostImpl _host)
TRHostTorrentHostImpl(TRHostImpl _host, TRTrackerServer _server, TOTorrent _torrent, int _port, long _date_added)
TRHostTorrentPublishImpl(TRHostImpl _host, TOTorrent _torrent, long _date_added)
-