JdwpProtocol

public class JdwpProtocol
extends Object

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


Résumé

Constructeurs publics

JdwpProtocol()

Méthodes publiques

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)

Constructeurs publics

JdwpProtocol

public JdwpProtocol ()

Méthodes publiques

entrant

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Paramètres
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Paramètres
buffer ByteBuffer

Renvoie
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Paramètres
buffer ByteBuffer

Renvoie
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Paramètres
buffer ByteBuffer

Renvoie
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Paramètres
buffer ByteBuffer

Renvoie
long

readString

public String readString (ByteBuffer buffer)

Paramètres
buffer ByteBuffer

Renvoie
String