JdwpProtocol

public class JdwpProtocol
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.server.jdwp.JdwpProtocol


ملخّص

الإنشاءات العامة

JdwpProtocol()

الطُرق العامة

void incoming(JdwpPacket packet, JdwpAgent target)
long readFieldId(ByteBuffer buffer)
long readMethodId(ByteBuffer buffer)
long readObjectId(ByteBuffer buffer)
long readRefTypeId(ByteBuffer buffer)
String readString(ByteBuffer buffer)

الإنشاءات العامة

JdwpProtocol

public JdwpProtocol ()

الطُرق العامة

الواردة

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

المعلمات
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

المعلمات
buffer ByteBuffer

المرتجعات
long

readMethodId

public long readMethodId (ByteBuffer buffer)

المعلمات
buffer ByteBuffer

المرتجعات
long

readObjectId

public long readObjectId (ByteBuffer buffer)

المعلمات
buffer ByteBuffer

المرتجعات
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

المعلمات
buffer ByteBuffer

المرتجعات
long

readString

public String readString (ByteBuffer buffer)

المعلمات
buffer ByteBuffer

المرتجعات
String