JdwpProtocol

public class JdwpProtocol
extends Object

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


Resumen

Constructores públicos

JdwpProtocol()

Métodos públicos

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)

Constructores públicos

JdwpProtocol

public JdwpProtocol ()

Métodos públicos

entrante

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Parámetros
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Parámetros
buffer ByteBuffer

Muestra
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Parámetros
buffer ByteBuffer

Muestra
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Parámetros
buffer ByteBuffer

Muestra
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Parámetros
buffer ByteBuffer

Muestra
long

readString

public String readString (ByteBuffer buffer)

Parámetros
buffer ByteBuffer

Devuelve
String