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」チャンク(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 |