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) voidTRHostTorrentListener.postProcess(TRHostTorrentRequest request) voidTRHostTorrentListener.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 TRHostTorrentTRHostImpl.addTorrent(TOTorrent torrent, int state, boolean persistent, boolean passive, long date_added) TRHostImpl.hostTorrent(TOTorrent torrent, boolean persistent, boolean passive) protected voidTRHostTorrentHostImpl.postProcess(TRHostTorrentRequest req) protected voidTRHostTorrentPublishImpl.postProcess(TRHostTorrentRequest req) protected voidTRHostTorrentHostImpl.preProcess(TRHostTorrentRequest req) protected voidTRHostTorrentPublishImpl.preProcess(TRHostTorrentRequest req) TRHostImpl.publishTorrent(TOTorrent torrent) protected TRTrackerServerTRHostImpl.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 TypeMethodDescriptionvoidTrackerTorrentImpl.postProcess(TRHostTorrentRequest request) voidTrackerTorrentImpl.preProcess(TRHostTorrentRequest request)