HandleExit
public
final
class
HandleExit
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.HandleExit | ||
退会リクエストを送信します。
概要
フィールド | |
|---|---|
public
static
final
int |
CHUNK_EXIT
|
パブリック メソッド | |
|---|---|
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
|
sendEXIT(ClientImpl client, int status)
クライアントに EXIT リクエストを送信します。 |
フィールド
CHUNK_EXIT
public static final int CHUNK_EXIT
パブリック メソッド
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 |
sendEXIT
public static void sendEXIT (ClientImpl client, int status)
クライアントに EXIT リクエストを送信します。
| パラメータ | |
|---|---|
client |
ClientImpl |
status |
int |