JdwpProtocol

public class JdwpProtocol
extends Object

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


Resumo

Construtores 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)

Construtores públicos

JdwpProtocol

public JdwpProtocol ()

Métodos públicos

recebida

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Parâmetros
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Parâmetros
buffer ByteBuffer

Retorna
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Parâmetros
buffer ByteBuffer

Retorna
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Parâmetros
buffer ByteBuffer

Retorna
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Parâmetros
buffer ByteBuffer

Retorna
long

readString

public String readString (ByteBuffer buffer)

Parâmetros
buffer ByteBuffer

Retorna
String