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