ClientUtil
Package:
ghidra.framework.client
Type:
class
10.3.3_PUBLIC
added
method
:
isConnected
static boolean isConnected(
java.
lang.
String host,
int port)
10.3_PUBLIC
modified
method
:
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
added
method
:
checkGhidraServer
static void checkGhidraServer(
java.
lang.
String host,
int port,
ghidra.
util.
task.
TaskMonitor monitor) throws IOException,
CancelledException
removed
method
:
checkGhidraServer
static void checkGhidraServer(
java.
lang.
String host,
int port) throws IOException
9.0.1_PUBLIC
introduced
Initial version