com.android.ddmlib.jdwp
Class JdwpProtocol

java.lang.Object
  extended by com.android.ddmlib.jdwp.JdwpProtocol

public class JdwpProtocol
extends java.lang.Object


Constructor Summary
JdwpProtocol()
           
 
Method Summary
 void incoming(JdwpPacket packet, JdwpAgent target)
           
 long readFieldId(java.nio.ByteBuffer buffer)
           
 long readMethodId(java.nio.ByteBuffer buffer)
           
 long readObjectId(java.nio.ByteBuffer buffer)
           
 long readRefTypeId(java.nio.ByteBuffer buffer)
           
 java.lang.String readString(java.nio.ByteBuffer buffer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdwpProtocol

public JdwpProtocol()
Method Detail

readObjectId

public long readObjectId(@NonNull
                         java.nio.ByteBuffer buffer)

readRefTypeId

public long readRefTypeId(@NonNull
                          java.nio.ByteBuffer buffer)

readMethodId

public long readMethodId(@NonNull
                         java.nio.ByteBuffer buffer)

readFieldId

public long readFieldId(@NonNull
                        java.nio.ByteBuffer buffer)

readString

public java.lang.String readString(@NonNull
                                   java.nio.ByteBuffer buffer)

incoming

public void incoming(@NonNull
                     JdwpPacket packet,
                     @NonNull
                     JdwpAgent target)