Uses of Interface
com.biglybt.pif.utils.Utilities.JSONServer
Packages that use Utilities.JSONServer
-
Uses of Utilities.JSONServer in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type Utilities.JSONServerModifier and TypeMethodDescriptionvoid
Utilities.registerJSONRPCServer
(Utilities.JSONServer server) void
Utilities.JSONClient.serverRegistered
(Utilities.JSONServer server) void
Utilities.JSONClient.serverUnregistered
(Utilities.JSONServer server) void
Utilities.unregisterJSONRPCServer
(Utilities.JSONServer server) -
Uses of Utilities.JSONServer in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type Utilities.JSONServerModifier and TypeFieldDescriptionprivate static Map
<String, Utilities.JSONServer> UtilitiesImpl.json_servers
Methods in com.biglybt.pifimpl.local.utils with parameters of type Utilities.JSONServerModifier and TypeMethodDescriptionvoid
UtilitiesImpl.registerJSONRPCServer
(Utilities.JSONServer server) void
UtilitiesImpl.unregisterJSONRPCServer
(Utilities.JSONServer server)