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 |
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 |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-12-04 UTC.