com.android.ddmlib
Class DdmJdwpExtension

java.lang.Object
  extended by com.android.ddmlib.jdwp.JdwpExtension
      extended by com.android.ddmlib.DdmJdwpExtension

public class DdmJdwpExtension
extends JdwpExtension


Nested Class Summary
 class DdmJdwpExtension.DdmInterceptor
           
 
Constructor Summary
DdmJdwpExtension()
           
 
Method Summary
 void intercept(Client client)
          Allows an extension to register interceptors to capture JDWP traffic.
 void registerHandler(int type, com.android.ddmlib.ChunkHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DdmJdwpExtension

public DdmJdwpExtension()
Method Detail

intercept

public void intercept(@NonNull
                      Client client)
Description copied from class: JdwpExtension
Allows an extension to register interceptors to capture JDWP traffic.

Specified by:
intercept in class JdwpExtension

registerHandler

public void registerHandler(int type,
                            @NonNull
                            com.android.ddmlib.ChunkHandler handler)