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 TRTrackerServerMethods in com.biglybt.core.tracker.host.impl that return TRTrackerServerModifier and TypeMethodDescriptionprotected 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 TRTrackerServerModifier and TypeMethodDescriptionvoid
TRHostImpl.serverCreated
(TRTrackerServer server) void
TRHostImpl.serverDestroyed
(TRTrackerServer server) Constructors in com.biglybt.core.tracker.host.impl with parameters of type TRTrackerServerModifierConstructorDescriptionprotected
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 TRTrackerServerModifier and TypeMethodDescriptionstatic TRTrackerServer
TRTrackerServerFactory.create
(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean start_up_ready) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.create
(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker, Map<String, Object> properties) static TRTrackerServer
TRTrackerServerFactory.createSSL
(int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.createSSL
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.createSSL
(String name, int protocol, int port, boolean apply_ip_filter, boolean main_tracker, boolean startup_ready) static TRTrackerServer
TRTrackerServerFactory.createSSL
(String name, int protocol, int port, InetAddress bind_ip, boolean apply_ip_filter, boolean main_tracker) static TRTrackerServer
TRTrackerServerFactory.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 TypeMethodDescriptionvoid
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 TRTrackerServerMethods in com.biglybt.core.tracker.server.impl that return TRTrackerServerModifier and TypeMethodDescriptionstatic TRTrackerServer
TRTrackerServerFactoryImpl.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