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 |
تسجيل
public static void register (MonitorThread mt)
تسجيل الحِزم التي نتوقّع تلقّيها من العميل
| المعلمات | |
|---|---|
mt |
MonitorThread |
sendEXIT
public static void sendEXIT (ClientImpl client, int status)
أرسِل طلب EXIT إلى العميل.
| المعلمات | |
|---|---|
client |
ClientImpl |
status |
int |