Uses of Interface
com.biglybt.pif.utils.Utilities.JSONClient
-
Packages that use Utilities.JSONClient Package Description com.biglybt.pif.utils com.biglybt.pifimpl.local.utils -
-
Uses of Utilities.JSONClient in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils with parameters of type Utilities.JSONClient Modifier and Type Method Description void
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.JSONClient Modifier and Type Field Description private static java.util.Map<java.lang.String,Utilities.JSONClient>
UtilitiesImpl. json_clients
Methods in com.biglybt.pifimpl.local.utils with parameters of type Utilities.JSONClient Modifier and Type Method Description void
UtilitiesImpl. registerJSONRPCClient(Utilities.JSONClient client)
void
UtilitiesImpl. unregisterJSONRPCClient(Utilities.JSONClient client)
-