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