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) voidTrackerTorrentListener.postProcess(TrackerTorrentRequest request) This is called to give the opportunity to post-process the reply being sent to a peer.voidTrackerTorrentListener.preProcess(TrackerTorrentRequest request) voidTrackerTorrent.start()voidTrackerTorrent.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) voidTrackerTorrentImpl.start()voidTrackerTorrentImpl.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) voidRPTrackerTorrent.start()voidRPTrackerTorrent.stop()