Uses of Interface
com.biglybt.core.tracker.server.TRTrackerServer
Packages that use TRTrackerServer
Package
Description
-
Uses of TRTrackerServer in com.biglybt.core.tracker.host.impl
Fields in com.biglybt.core.tracker.host.impl declared as TRTrackerServerFields in com.biglybt.core.tracker.host.impl with type parameters of type TRTrackerServerModifier and TypeFieldDescriptionprivate final Hashtable<String, TRTrackerServer> TRHostImpl.server_mapMethods in com.biglybt.core.tracker.host.impl that return TRTrackerServerModifier and TypeMethodDescriptionprotected TRTrackerServerTRHostTorrentHostImpl.getServer()protected TRTrackerServerTRHostImpl.startServer(int protocol, int port, boolean ssl) Methods in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServerModifier and TypeMethodDescriptionvoidTRHostImpl.serverCreated(TRTrackerServer server) voidTRHostImpl.serverDestroyed(TRTrackerServer server) Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServerModifierConstructorDescriptionprotectedTRHostTorrentHostImpl(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 TRTrackerServerModifier and TypeMethodDescriptionstatic TRTrackerServerTRTrackerServerFactory.create(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.create(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, Map<String, Object> properties) static TRTrackerServerTRTrackerServerFactory.createSSL(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean startup_ready) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServerTRTrackerServerFactory.createSSL(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, Map<String, Object> properties) Methods in com.biglybt.core.tracker.server with parameters of type TRTrackerServerModifier and TypeMethodDescriptionvoidTRTrackerServerFactoryListener.serverCreated(TRTrackerServer server) voidTRTrackerServerFactoryListener.serverDestroyed(TRTrackerServer server) -
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl
Classes in com.biglybt.core.tracker.server.impl that implement TRTrackerServerMethods in com.biglybt.core.tracker.server.impl that return TRTrackerServerModifier and TypeMethodDescriptionstatic TRTrackerServerTRTrackerServerFactoryImpl.create(String name, int protocol, int port, InetAddress bind_ip, boolean ssl, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready, Map<String, 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 -
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl.tcp
Classes in com.biglybt.core.tracker.server.impl.tcp that implement TRTrackerServer -
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 -
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 -
Uses of TRTrackerServer in com.biglybt.core.tracker.server.impl.udp
Classes in com.biglybt.core.tracker.server.impl.udp that implement TRTrackerServer -
Uses of TRTrackerServer in com.biglybt.pifimpl.local.tracker
Fields in com.biglybt.pifimpl.local.tracker declared as TRTrackerServer