HandleAppName
public
final
class
HandleAppName
extends ChunkHandler
| java.lang.Object | |||
| ↳ | com.android.tradefed.device.server.jdwp.JdwpInterceptor | ||
| ↳ | com.android.tradefed.device.server.jdwp.chunkhandler.ChunkHandler | ||
| ↳ | com.android.tradefed.device.server.jdwp.chunkhandler.HandleAppName | ||
处理“应用名称”块 (APNM)。
摘要
字段 | |
|---|---|
public
static
final
int |
CHUNK_APNM
|
公共方法 | |
|---|---|
void
|
clientDisconnected(ClientImpl client)
客户端已消失。 |
void
|
clientReady(ClientImpl client)
客户端已准备就绪。 |
void
|
handleChunk(ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)
块处理程序入口点。 |
static
void
|
register(MonitorThread mt)
注册我们预期会从客户端收到的数据包。 |
字段
CHUNK_APNM
public static final int CHUNK_APNM
公共方法
handleChunk
public void handleChunk (ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)
块处理程序入口点。
| 参数 | |
|---|---|
client |
ClientImpl |
type |
int |
data |
ByteBuffer |
isReply |
boolean |
msgId |
int |