JdwpProtocol

public class JdwpProtocol
extends Object

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


Ringkasan

Konstruktor publik

JdwpProtocol()

Metode publik

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)

Konstruktor publik

JdwpProtocol

public JdwpProtocol ()

Metode publik

masuk

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Parameter
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Hasil
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Hasil
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Hasil
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Hasil
long

readString

public String readString (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Hasil
String