com.android.ddmlib
Class DdmJdwpExtension.DdmInterceptor

java.lang.Object
  extended by com.android.ddmlib.jdwp.JdwpInterceptor
      extended by com.android.ddmlib.DdmJdwpExtension.DdmInterceptor
Enclosing class:
DdmJdwpExtension

public class DdmJdwpExtension.DdmInterceptor
extends JdwpInterceptor


Constructor Summary
DdmJdwpExtension.DdmInterceptor(Client client)
           
 
Method Summary
 JdwpPacket intercept(JdwpAgent agent, JdwpPacket packet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DdmJdwpExtension.DdmInterceptor

public DdmJdwpExtension.DdmInterceptor(@NonNull
                                       Client client)
Method Detail

intercept

public JdwpPacket intercept(@NonNull
                            JdwpAgent agent,
                            @NonNull
                            JdwpPacket packet)
Specified by:
intercept in class JdwpInterceptor