public class JdwpProtocol
extends java.lang.Object
| Constructor and Description |
|---|
JdwpProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
incoming(JdwpPacket packet,
JdwpAgent target) |
long |
readFieldId(java.nio.ByteBuffer buffer) |
long |
readMethodId(java.nio.ByteBuffer buffer) |
long |
readObjectId(java.nio.ByteBuffer buffer) |
long |
readRefTypeId(java.nio.ByteBuffer buffer) |
java.lang.String |
readString(java.nio.ByteBuffer buffer) |
public long readObjectId(@NonNull
java.nio.ByteBuffer buffer)
public long readRefTypeId(@NonNull
java.nio.ByteBuffer buffer)
public long readMethodId(@NonNull
java.nio.ByteBuffer buffer)
public long readFieldId(@NonNull
java.nio.ByteBuffer buffer)
public java.lang.String readString(@NonNull
java.nio.ByteBuffer buffer)
public void incoming(@NonNull
JdwpPacket packet,
@NonNull
JdwpAgent target)