com.android.ddmlib.jdwp
Class JdwpInterceptor

java.lang.Object
  extended by com.android.ddmlib.jdwp.JdwpInterceptor
Direct Known Subclasses:
DdmJdwpExtension.DdmInterceptor, HandleViewDebug, HandleViewDebug.ViewDumpHandler

public abstract class JdwpInterceptor
extends java.lang.Object


Constructor Summary
JdwpInterceptor()
           
 
Method Summary
abstract  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

JdwpInterceptor

public JdwpInterceptor()
Method Detail

intercept

@Nullable
public abstract JdwpPacket intercept(@NonNull
                                              JdwpAgent agent,
                                              @NonNull
                                              JdwpPacket packet)