public abstract class JdwpExtension
extends java.lang.Object
| Constructor and Description |
|---|
JdwpExtension() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
intercept(Client client)
Allows an extension to register interceptors to capture JDWP traffic.
|
public abstract void intercept(@NonNull
Client client)