Uses of Interface
com.biglybt.pif.utils.Utilities.JSONClient
Packages that use Utilities.JSONClient
-
Uses of Utilities.JSONClient in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type Utilities.JSONClientModifier and TypeMethodDescriptionvoid
Utilities.registerJSONRPCClient
(Utilities.JSONClient client) void
Utilities.unregisterJSONRPCClient
(Utilities.JSONClient client) -
Uses of Utilities.JSONClient in com.biglybt.pifimpl.local.utils
Fields in com.biglybt.pifimpl.local.utils with type parameters of type Utilities.JSONClientModifier and TypeFieldDescriptionprivate static Map
<String, Utilities.JSONClient> UtilitiesImpl.json_clients
Methods in com.biglybt.pifimpl.local.utils with parameters of type Utilities.JSONClientModifier and TypeMethodDescriptionvoid
UtilitiesImpl.registerJSONRPCClient
(Utilities.JSONClient client) void
UtilitiesImpl.unregisterJSONRPCClient
(Utilities.JSONClient client)