Package | Description |
---|---|
org.jrd.backend.core | |
org.jrd.frontend.MainFrame |
Modifier and Type | Method and Description |
---|---|
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
java.lang.String hostname,
int listenPort,
AgentRequestAction.RequestAction action) |
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
java.lang.String hostname,
int listenPort,
AgentRequestAction.RequestAction action,
java.lang.String name) |
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
java.lang.String hostname,
int listenPort,
AgentRequestAction.RequestAction action,
java.lang.String name,
java.lang.String base64body) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DecompilerRequestReceiver.processRequest(AgentRequestAction request) |
Modifier and Type | Method and Description |
---|---|
private AgentRequestAction |
VmDecompilerInformationController.createRequest(AgentRequestAction.RequestAction action,
java.lang.String... commands) |
static AgentRequestAction |
VmDecompilerInformationController.createRequest(VmInfo vmInfo,
AgentRequestAction.RequestAction action,
java.lang.String... commands) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
VmDecompilerInformationController.submitRequest(AgentRequestAction request) |
static java.lang.String |
VmDecompilerInformationController.submitRequest(VmManager vmManager,
AgentRequestAction request) |