Uses of Class
com.biglybt.core.tracker.host.TRHostException
Packages that use TRHostException
Package
Description
-
Uses of TRHostException in com.biglybt.core.tracker.host
Methods in com.biglybt.core.tracker.host that throw TRHostExceptionModifier and TypeMethodDescriptionTRHost.hostTorrent
(TOTorrent torrent, boolean persistent, boolean passive) void
TRHostTorrentListener.postProcess
(TRHostTorrentRequest request) void
TRHostTorrentListener.preProcess
(TRHostTorrentRequest request) TRHost.publishTorrent
(TOTorrent torrent) -
Uses of TRHostException in com.biglybt.core.tracker.host.impl
Methods in com.biglybt.core.tracker.host.impl that throw TRHostExceptionModifier and TypeMethodDescriptionprotected TRHostTorrent
TRHostImpl.addTorrent
(TOTorrent torrent, int state, boolean persistent, boolean passive, long date_added) 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) 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 TRHostExceptionModifier and TypeMethodDescriptionvoid
TrackerTorrentImpl.postProcess
(TRHostTorrentRequest request) void
TrackerTorrentImpl.preProcess
(TRHostTorrentRequest request)