JdwpProtocol

public class JdwpProtocol
extends Object

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


Summary

Public constructors

JdwpProtocol()

Public methods

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)

Public constructors

JdwpProtocol

public JdwpProtocol ()

Public methods

incoming

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Parameters
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Parameters
buffer ByteBuffer

Returns
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Parameters
buffer ByteBuffer

Returns
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Parameters
buffer ByteBuffer

Returns
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Parameters
buffer ByteBuffer

Returns
long

readString

public String readString (ByteBuffer buffer)

Parameters
buffer ByteBuffer

Returns
String