ClientUtil

Package: ghidra.framework.client
Type: class

10.3.3_PUBLIC

addedmethod: isConnected
static boolean isConnected(java.lang.String host, int port)

10.3_PUBLIC

modifiedmethod: clearRepositoryAdapter
removed throws IOException
- static void clearRepositoryAdapter(java.lang.String host, int port) throws IOException
+ static void clearRepositoryAdapter(java.lang.String host, int port)

10.2_PUBLIC

addedmethod: checkGhidraServer
static void checkGhidraServer(java.lang.String host, int port, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: checkGhidraServer
static void checkGhidraServer(java.lang.String host, int port) throws IOException

9.0.1_PUBLIC

introducedInitial version