HandleTest

public final class HandleTest
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.HandleTest


스레드 상태 업데이트를 처리합니다.

요약

필드

public static final int CHUNK_TEST

공개 메서드

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_TEST

public static final int CHUNK_TEST

공개 메서드

clientDisconnected

public void clientDisconnected (ClientImpl client)

클라이언트가 종료되었습니다.

매개변수
client ClientImpl

clientReady

public void clientReady (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