HandleNativeHeap
public
final
class
HandleNativeHeap
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.HandleNativeHeap | ||
스레드 상태 업데이트를 처리합니다.
요약
필드 | |
|---|---|
public
static
final
int |
CHUNK_NHEN
|
public
static
final
int |
CHUNK_NHGT
|
public
static
final
int |
CHUNK_NHSG
|
public
static
final
int |
CHUNK_NHST
|
공개 메서드 | |
|---|---|
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
|
sendNHGT(ClientImpl client)
클라이언트에 NHGT (Native Thread GeT) 요청을 보냅니다. |
필드
CHUNK_NHEN
public static final int CHUNK_NHEN
CHUNK_NHGT
public static final int CHUNK_NHGT
CHUNK_NHSG
public static final int CHUNK_NHSG
CHUNK_NHST
public static final int CHUNK_NHST
공개 메서드
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 |
sendNHGT
public static void sendNHGT (ClientImpl client)
클라이언트에 NHGT (Native Thread GeT) 요청을 보냅니다.
| 매개변수 | |
|---|---|
client |
ClientImpl |