public class CapabilitiesNewReply extends JdwpPayload
| Modifier and Type | Field and Description |
|---|---|
static int |
CAN_REDEFINE_CLASSES_DEX_IDX |
static int |
CAN_REDEFINE_CLASSES_IDX |
| Constructor and Description |
|---|
CapabilitiesNewReply() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getConverted()
Convert the reply payload such that if we are talking to an android device and it has
RedefineClasses capabilities, the CanRedefineClasses byte is set to true.
|
void |
parse(java.nio.ByteBuffer buffer,
JdwpProtocol protocol) |
public static int CAN_REDEFINE_CLASSES_IDX
public static int CAN_REDEFINE_CLASSES_DEX_IDX
public void parse(@NonNull
java.nio.ByteBuffer buffer,
@NonNull
JdwpProtocol protocol)
parse in class JdwpPayloadpublic java.nio.ByteBuffer getConverted()