HandleWait
public
final
class
HandleWait
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.HandleWait | ||
'대기' 청크 (WAIT)를 처리합니다. 클라이언트가 디버거가 연결되기를 기다리는 등 무언가를 기다릴 때 전송됩니다.
요약
필드 | |
|---|---|
public
static
final
int |
CHUNK_WAIT
|
공개 메서드 | |
|---|---|
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_WAIT
public static final int CHUNK_WAIT
공개 메서드
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 |