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)
청크 핸들러 진입점입니다. |
static
void
|
register(MonitorThread mt)
클라이언트로부터 수신할 것으로 예상되는 패킷을 등록합니다. |
static
void
|
sendEXIT(ClientImpl client, int status)
클라이언트에 종료 요청을 보냅니다. |
필드
CHUNK_EXIT
public static final int CHUNK_EXIT
공개 메서드
clientDisconnected
public void clientDisconnected (ClientImpl client)
클라이언트가 종료되었습니다.
| 매개변수 | |
|---|---|
client |
ClientImpl |
handleChunk
public void handleChunk (ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)
청크 핸들러 진입점입니다.
| 매개변수 | |
|---|---|
client |
ClientImpl |
type |
int |
data |
ByteBuffer |
isReply |
boolean |
msgId |
int |
register
public static void register (MonitorThread mt)
클라이언트로부터 수신할 것으로 예상되는 패킷을 등록합니다.
| 매개변수 | |
|---|---|
mt |
MonitorThread |
sendEXIT
public static void sendEXIT (ClientImpl client, int status)
클라이언트에 종료 요청을 보냅니다.
| 매개변수 | |
|---|---|
client |
ClientImpl |
status |
int |