HandleAppName

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


「アプリ名」チャンク(APNM)を処理します。

概要

フィールド

public static final int CHUNK_APNM

パブリック メソッド

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_APNM

public static final int CHUNK_APNM

パブリック メソッド

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