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