Package astra.debugger
Class ChangeRequest
java.lang.Object
astra.debugger.ChangeRequest
public class ChangeRequest extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ChangeRequest(SocketChannel socket, int type, int ops) -
Method Summary
-
Field Details
-
REGISTER
public static final int REGISTER- See Also:
- Constant Field Values
-
CHANGEOPS
public static final int CHANGEOPS- See Also:
- Constant Field Values
-
socket
-
type
public int type -
ops
public int ops
-
-
Constructor Details