Uses of Class
com.biglybt.pif.tracker.TrackerException
-
Packages that use TrackerException Package Description com.biglybt.pif.tracker com.biglybt.pifimpl.local.tracker com.biglybt.pifimpl.remote.tracker -
-
Uses of TrackerException in com.biglybt.pif.tracker
Methods in com.biglybt.pif.tracker that throw TrackerException Modifier and Type Method Description TrackerWebContext
Tracker. createWebContext(int port, int protocol)
TrackerWebContext
Tracker. createWebContext(java.lang.String name, int port, int protocol)
Create a new web context for the given port and protocolTrackerWebContext
Tracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip)
Creates a new context bound to the supplied ipTrackerWebContext
Tracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
TrackerTorrent
Tracker. host(Torrent torrent, boolean persistent)
TrackerTorrent
Tracker. host(Torrent torrent, boolean persistent, boolean passive)
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)
TrackerTorrent
Tracker. publish(Torrent torrent)
void
TrackerTorrent. start()
void
TrackerTorrent. stop()
-
Uses of TrackerException in com.biglybt.pifimpl.local.tracker
Methods in com.biglybt.pifimpl.local.tracker that throw TrackerException Modifier and Type Method Description TrackerWebContext
TrackerImpl. createWebContext(int port, int protocol)
TrackerWebContext
TrackerImpl. createWebContext(java.lang.String name, int port, int protocol)
TrackerWebContext
TrackerImpl. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip)
TrackerWebContext
TrackerImpl. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
TrackerTorrent
TrackerImpl. host(Torrent _torrent, boolean _persistent)
TrackerTorrent
TrackerImpl. host(Torrent _torrent, boolean _persistent, boolean _passive)
TrackerTorrent
TrackerImpl. publish(Torrent _torrent)
void
TrackerTorrentImpl. start()
void
TrackerTorrentImpl. stop()
Constructors in com.biglybt.pifimpl.local.tracker that throw TrackerException Constructor Description TrackerWebContextImpl(TrackerImpl _tracker, java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
-
Uses of TrackerException in com.biglybt.pifimpl.remote.tracker
Methods in com.biglybt.pifimpl.remote.tracker that throw TrackerException Modifier and Type Method Description TrackerWebContext
RPTracker. createWebContext(int port, int protocol)
TrackerWebContext
RPTracker. createWebContext(java.lang.String name, int port, int protocol)
TrackerWebContext
RPTracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip)
TrackerWebContext
RPTracker. createWebContext(java.lang.String name, int port, int protocol, java.net.InetAddress bind_ip, java.util.Map<java.lang.String,java.lang.Object> properties)
TrackerTorrent
RPTracker. host(Torrent torrent, boolean persistent)
TrackerTorrent
RPTracker. host(Torrent torrent, boolean persistent, boolean passive)
TrackerTorrent
RPTracker. publish(Torrent torrent)
void
RPTrackerTorrent. start()
void
RPTrackerTorrent. stop()
-