public class CallDecompilerAgent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ADDRESS |
static int |
DEFAULT_PORT |
| Constructor and Description |
|---|
CallDecompilerAgent(int port,
String host)
Constructor of the object
|
| Modifier and Type | Method and Description |
|---|---|
String |
submitRequest(String request)
Opens a socket and sends the request to the agent via socket.
|
public static final String DEFAULT_ADDRESS
public static final int DEFAULT_PORT
public CallDecompilerAgent(int port,
String host)
port - port where to open sockethost - socket hostCopyright © 2019. All Rights Reserved.