Uses of Class
com.biglybt.pif.tracker.TrackerException
Packages that use TrackerException
Package
Description
-
Uses of TrackerException in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker that throw TrackerExceptionModifier and TypeMethodDescriptionTracker.createWebContext
(int port, int protocol) Tracker.createWebContext
(String name, int port, int protocol) Create a new web context for the given port and protocolTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip) Creates a new context bound to the supplied ipTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip, Map<String, Object> properties) void
TrackerTorrentListener.postProcess
(TrackerTorrentRequest request) This is called to give the opportunity to post-process the reply being sent to a peer.void
TrackerTorrentListener.preProcess
(TrackerTorrentRequest request) void
TrackerTorrent.start()
void
TrackerTorrent.stop()
-
Uses of TrackerException in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that throw TrackerExceptionModifier and TypeMethodDescriptionTrackerImpl.createWebContext
(int port, int protocol) TrackerImpl.createWebContext
(String name, int port, int protocol) TrackerImpl.createWebContext
(String name, int port, int protocol, InetAddress bind_ip) TrackerImpl.createWebContext
(String name, int port, int protocol, InetAddress bind_ip, Map<String, Object> properties) void
TrackerTorrentImpl.start()
void
TrackerTorrentImpl.stop()
Constructors in com.biglybt.pifimpl.local.tracker that throw TrackerExceptionModifierConstructorDescriptionTrackerWebContextImpl
(TrackerImpl _tracker, String name, int port, int protocol, InetAddress bind_ip, Map<String, Object> _properties) -
Uses of TrackerException in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker that throw TrackerExceptionModifier and TypeMethodDescriptionRPTracker.createWebContext
(int port, int protocol) RPTracker.createWebContext
(String name, int port, int protocol) RPTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip) RPTracker.createWebContext
(String name, int port, int protocol, InetAddress bind_ip, Map<String, Object> properties) void
RPTrackerTorrent.start()
void
RPTrackerTorrent.stop()