JdwpProtocol

public class JdwpProtocol
extends Object

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


Zusammenfassung

Öffentliche Konstruktoren

JdwpProtocol()

Öffentliche Methoden

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)

Öffentliche Konstruktoren

JdwpProtocol

public JdwpProtocol ()

Öffentliche Methoden

eingehend

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Parameter
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Returns
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Returns
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Returns
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Returns
long

readString

public String readString (ByteBuffer buffer)

Parameter
buffer ByteBuffer

Returns
String