Class TRTrackerServerFactoryImpl
java.lang.Object
com.biglybt.core.tracker.server.impl.TRTrackerServerFactoryImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
protected static void
close
(TRTrackerServerImpl server) static TRTrackerServer
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) static void
-
Field Details
-
servers
-
listeners
-
class_mon
-
-
Constructor Details
-
TRTrackerServerFactoryImpl
public TRTrackerServerFactoryImpl()
-
-
Method Details
-
create
public static TRTrackerServer 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) throws TRTrackerServerException- Throws:
TRTrackerServerException
-
close
-
addListener
-
removeListener
-