HandleExit
public
final
class
HandleExit
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.HandleExit | ||
提交退出要求。
摘要
欄位 | |
|---|---|
public
static
final
int |
CHUNK_EXIT
|
公用方法 | |
|---|---|
void
|
clientDisconnected(ClientImpl client)
用戶端已離開。 |
void
|
clientReady(ClientImpl client)
用戶端已準備就緒。 |
void
|
handleChunk(ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)
Chunk handler entry point. |
static
void
|
register(MonitorThread mt)
註冊預期從用戶端取得的封包。 |
static
void
|
sendEXIT(ClientImpl client, int status)
向用戶端傳送 EXIT 要求。 |
欄位
CHUNK_EXIT
public static final int CHUNK_EXIT
公用方法
handleChunk
public void handleChunk (ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)
區塊處理常式進入點。
| 參數 | |
|---|---|
client |
ClientImpl |
type |
int |
data |
ByteBuffer |
isReply |
boolean |
msgId |
int |
sendEXIT
public static void sendEXIT (ClientImpl client, int status)
向用戶端傳送 EXIT 要求。
| 參數 | |
|---|---|
client |
ClientImpl |
status |
int |