JdwpProtocol

public class JdwpProtocol
extends Object

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


סיכום

‫constructors ציבוריים

JdwpProtocol()

‫methods ציבוריים

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)

Constructors ציבוריים

JdwpProtocol

public JdwpProtocol ()

‫methods ציבוריים

נכנס

public void incoming (JdwpPacket packet, 
                JdwpAgent target)

פרמטרים
packet JdwpPacket

target JdwpAgent

readFieldId

public long readFieldId (ByteBuffer buffer)

פרמטרים
buffer ByteBuffer

החזרות
long

readMethodId

public long readMethodId (ByteBuffer buffer)

פרמטרים
buffer ByteBuffer

החזרות
long

readObjectId

public long readObjectId (ByteBuffer buffer)

פרמטרים
buffer ByteBuffer

החזרות
long

readRefTypeId

public long readRefTypeId (ByteBuffer buffer)

פרמטרים
buffer ByteBuffer

החזרות
long

readString

public String readString (ByteBuffer buffer)

פרמטרים
buffer ByteBuffer

החזרות
String