GhidraServerHandle

Package: ghidra.framework.remote
Type: class

12.1_PUBLIC

addedfield: ALT_BIND_NAME
static java.lang.String ALT_BIND_NAME
addedfield: ALT_GHIDRA_BIND_VERSION
static java.lang.String ALT_GHIDRA_BIND_VERSION
addedfield: GHIDRA_BIND_VERSION
static java.lang.String GHIDRA_BIND_VERSION
addedfield: MIN_CLIENT_INTERFACE_VERSION
static int MIN_CLIENT_INTERFACE_VERSION
addedfield: SERVER_INTERFACE_VERSION
static int SERVER_INTERFACE_VERSION
addedfield: SERVER_MIN_CLIENT_INTERFACE_VERSION
static int SERVER_MIN_CLIENT_INTERFACE_VERSION
modifiedfield: BIND_NAME
constant: "GhidraServer9.0" → "GhidraServer12.0.5"
- static java.lang.String BIND_NAME
+ static java.lang.String BIND_NAME
modifiedmethod: checkCompatibility
param 1 renamed: serverInterfaceVersion → clientInterfaceVersion
- void checkCompatibility(int serverInterfaceVersion) throws RemoteException
+ void checkCompatibility(int clientInterfaceVersion) throws RemoteException
modifiedmethod: getRepositoryServer
added throws FailedLoginException; removed throws LoginException
- ghidra.framework.remote.RemoteRepositoryServerHandle getRepositoryServer(javax.security.auth.Subject user, javax.security.auth.callback.Callback[] authCallbacks) throws LoginException, RemoteException
+ ghidra.framework.remote.RemoteRepositoryServerHandle getRepositoryServer(javax.security.auth.Subject user, javax.security.auth.callback.Callback[] authCallbacks) throws FailedLoginException, RemoteException
removedfield: INTERFACE_VERSION
static int INTERFACE_VERSION
removedfield: MIN_GHIDRA_VERSION
static java.lang.String MIN_GHIDRA_VERSION
removedfield: MINIMUM_INTERFACE_VERSION
static int MINIMUM_INTERFACE_VERSION

12.0_PUBLIC

addedfield: MINIMUM_INTERFACE_VERSION
static int MINIMUM_INTERFACE_VERSION
modifiedfield: INTERFACE_VERSION
constant: 11 → 12
- static int INTERFACE_VERSION
+ static int INTERFACE_VERSION

9.0.2_PUBLIC

introducedInitial version