JdwpProtocol

public class JdwpProtocol
extends Object

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


Podsumowanie

Publiczne konstruktory

JdwpProtocol()

Metody publiczne

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)

Publiczne konstruktory

JdwpProtocol

public JdwpProtocol ()

Metody publiczne

przychodzące

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

Parametry
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

Parametry
buffer ByteBuffer

Zwroty
long

readMethodId

public long readMethodId (ByteBuffer buffer)

Parametry
buffer ByteBuffer

Zwroty
long

readObjectId

public long readObjectId (ByteBuffer buffer)

Parametry
buffer ByteBuffer

Zwroty
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

Parametry
buffer ByteBuffer

Zwroty
long

readString

public String readString (ByteBuffer buffer)

Parametry
buffer ByteBuffer

Zwroty
String