JdwpProtocol

public class JdwpProtocol
extends Object

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


Riepilogo

Costruttori pubblici

JdwpProtocol()

Metodi pubblici

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)

Costruttori pubblici

JdwpProtocol

public JdwpProtocol ()

Metodi pubblici

in arrivo

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Parametri
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Parametri
buffer ByteBuffer

Ritorni
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Parametri
buffer ByteBuffer

Ritorni
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Parametri
buffer ByteBuffer

Ritorni
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Parametri
buffer ByteBuffer

Ritorni
long

readString

public String readString (ByteBuffer buffer)

Parametri
buffer ByteBuffer

Ritorni
String