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 |
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 |
रजिस्टर करें
public static void register (MonitorThread mt)
क्लाइंट से मिलने वाले पैकेट के लिए रजिस्टर करें.
| पैरामीटर | |
|---|---|
mt |
MonitorThread |