Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServer
-
-
Uses of TRTrackerServer in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as TRTrackerServer Modifier and Type Field Description private TRTrackerServer
TRHostTorrentHostImpl. server
Methods in com.biglybt.core.tracker.host.impl that return TRTrackerServer Modifier and Type Method Description protected TRTrackerServer
TRHostTorrentHostImpl. getServer()
protected TRTrackerServer
TRHostImpl. startServer(int protocol, int port, boolean ssl)
Methods in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServer Modifier and Type Method Description void
TRHostImpl. serverCreated(TRTrackerServer server)
void
TRHostImpl. serverDestroyed(TRTrackerServer server)
Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServer Constructor Description TRHostTorrentHostImpl(TRHostImpl _host, TRTrackerServer _server, TOTorrent _torrent, int _port, long _date_added)
-
Uses of TRTrackerServer in com.biglybt.core.tracker.server
Methods in com.biglybt.core.tracker.server that return TRTrackerServer Modifier and Type Method Description static TRTrackerServer
TRTrackerServerFactory. create(int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. create(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, java.util.Map<java.lang.String,java.lang.Object> properties)
static TRTrackerServer
TRTrackerServerFactory. createSSL(int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean startup_ready)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker)
static TRTrackerServer
TRTrackerServerFactory. createSSL(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, java.util.Map<java.lang.String,java.lang.Object> properties)
Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServer Modifier and Type Method Description void
TRTrackerServerFactoryListener. serverCreated(TRTrackerServer server)
void
TRTrackerServerFactoryListener. serverDestroyed(TRTrackerServer server)
-
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl
Classes in com.biglybt.core.tracker.server.impl that implement TRTrackerServer Modifier and Type Class Description class
TRTrackerServerImpl
Methods in com.biglybt.core.tracker.server.impl that return TRTrackerServer Modifier and Type Method Description static TRTrackerServer
TRTrackerServerFactoryImpl. create(java.lang.String name, int protocol, int port, java.net.InetAddress bind_ip, boolean ssl, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready, java.util.Map<java.lang.String,java.lang.Object> properties)
-
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl.dht
Classes in com.biglybt.core.tracker.server.impl.dht that implement TRTrackerServer Modifier and Type Class Description class
TRTrackerServerDHT
-
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl.tcp
Classes in com.biglybt.core.tracker.server.impl.tcp that implement TRTrackerServer Modifier and Type Class Description class
TRTrackerServerTCP
-
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl.tcp.blocking
Classes in com.biglybt.core.tracker.server.impl.tcp.blocking that implement TRTrackerServer Modifier and Type Class Description class
TRBlockingServer
-
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl.tcp.nonblocking
Classes in com.biglybt.core.tracker.server.impl.tcp.nonblocking that implement TRTrackerServer Modifier and Type Class Description class
TRNonBlockingServer
-
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl.udp
Classes in com.biglybt.core.tracker.server.impl.udp that implement TRTrackerServer Modifier and Type Class Description class
TRTrackerServerUDP
-
Uses of TRTrackerServer in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker declared as TRTrackerServer Modifier and Type Field Description protected TRTrackerServer
TrackerWebContextImpl. server
-