Uses of Class
com.biglybt.core.tracker.host.TRHostException
-
Packages that use TRHostException Package Description com.biglybt.core.tracker.host com.biglybt.core.tracker.host.impl com.biglybt.pifimpl.local.tracker -
-
Uses of TRHostException in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that throw TRHostException Modifier and Type Method Description TRHostTorrent
TRHost. hostTorrent(TOTorrent torrent, boolean persistent, boolean passive)
void
TRHostTorrentListener. postProcess(TRHostTorrentRequest request)
void
TRHostTorrentListener. preProcess(TRHostTorrentRequest request)
TRHostTorrent
TRHost. publishTorrent(TOTorrent torrent)
-
Uses of TRHostException in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that throw TRHostException Modifier and Type Method Description protected TRHostTorrent
TRHostImpl. addTorrent(TOTorrent torrent, int state, boolean persistent, boolean passive, long date_added)
TRHostTorrent
TRHostImpl. hostTorrent(TOTorrent torrent, boolean persistent, boolean passive)
protected void
TRHostTorrentHostImpl. postProcess(TRHostTorrentRequest req)
protected void
TRHostTorrentPublishImpl. postProcess(TRHostTorrentRequest req)
protected void
TRHostTorrentHostImpl. preProcess(TRHostTorrentRequest req)
protected void
TRHostTorrentPublishImpl. preProcess(TRHostTorrentRequest req)
TRHostTorrent
TRHostImpl. publishTorrent(TOTorrent torrent)
protected TRTrackerServer
TRHostImpl. startServer(int protocol, int port, boolean ssl)
-
Uses of TRHostException in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that throw TRHostException Modifier and Type Method Description void
TrackerTorrentImpl. postProcess(TRHostTorrentRequest request)
void
TrackerTorrentImpl. preProcess(TRHostTorrentRequest request)
-