Package astra.debugger
Class DebuggerClient
java.lang.Object
astra.debugger.DebuggerClient
- All Implemented Interfaces:
Runnable
public class DebuggerClient extends Object implements Runnable
-
Constructor Summary
Constructors Constructor Description DebuggerClient(String host, int port) -
Method Summary
Modifier and Type Method Description voidrun()voidsend(byte[] data, DebuggerHandler handler)
-
Constructor Details
-
DebuggerClient
- Throws:
IOException
-
-
Method Details
-
run
public void run() -
send
- Throws:
IOException
-