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 TypeMethodDescriptionvoidUtilities.registerJSONRPCServer(Utilities.JSONServer server) voidUtilities.JSONClient.serverRegistered(Utilities.JSONServer server) voidUtilities.JSONClient.serverUnregistered(Utilities.JSONServer server) voidUtilities.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_serversMethods in com.biglybt.pifimpl.local.utils with parameters of type Utilities.JSONServerModifier and TypeMethodDescriptionvoidUtilitiesImpl.registerJSONRPCServer(Utilities.JSONServer server) voidUtilitiesImpl.unregisterJSONRPCServer(Utilities.JSONServer server)