JdwpProtocol

public class JdwpProtocol
extends Object

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


概要

パブリック コンストラクタ

JdwpProtocol()

パブリック メソッド

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)

パブリック コンストラクタ

JdwpProtocol

public JdwpProtocol ()

パブリック メソッド

着信

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