public class DdmJdwpExtension extends JdwpExtension
| Modifier and Type | Class and Description |
|---|---|
class |
DdmJdwpExtension.DdmInterceptor |
| Constructor and Description |
|---|
DdmJdwpExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
intercept(Client client)
Allows an extension to register interceptors to capture JDWP traffic.
|
void |
registerHandler(int type,
ChunkHandler handler) |
public void intercept(@NonNull
Client client)
JdwpExtensionintercept in class JdwpExtensionpublic void registerHandler(int type,
@NonNull
ChunkHandler handler)