DdmJdwpExtension

public class DdmJdwpExtension
extends JdwpExtension

java.lang.Object
   ↳ com.android.tradefed.device.server.jdwp.JdwpExtension
     ↳ com.android.tradefed.device.server.DdmJdwpExtension


Summary

Nested classes

class DdmJdwpExtension.DdmInterceptor

 

Public constructors

DdmJdwpExtension()

Public methods

void broadcast(DdmJdwpExtension.Event event, ClientImpl client)
void ddmSeen(ClientImpl client)
void intercept(ClientImpl client)

Allows an extension to register interceptors to capture JDWP traffic.

void registerHandler(int type, ChunkHandler handler)

Public constructors

DdmJdwpExtension

public DdmJdwpExtension ()

Public methods

broadcast

public void broadcast (DdmJdwpExtension.Event event, 
                ClientImpl client)

Parameters
event DdmJdwpExtension.Event

client ClientImpl

ddmSeen

public void ddmSeen (ClientImpl client)

Parameters
client ClientImpl

intercept

public void intercept (ClientImpl client)

Allows an extension to register interceptors to capture JDWP traffic.

Parameters
client ClientImpl

registerHandler

public void registerHandler (int type, 
                ChunkHandler handler)

Parameters
type int

handler ChunkHandler