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 | ||
Gérez le bloc "wait" (ATTENTE). Elles sont envoyées lorsque le client est en attente d'une action, par exemple la liaison à un débogueur.
Résumé
Champs | |
|---|---|
public
static
final
int |
CHUNK_WAIT
|
Méthodes publiques | |
|---|---|
void
|
clientDisconnected(ClientImpl client)
Le client est parti. |
void
|
clientReady(ClientImpl client)
Le client est prêt. |
void
|
handleChunk(ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)
Point d'entrée du gestionnaire de blocs. |
static
void
|
register(MonitorThread mt)
Enregistrez les paquets que vous prévoyez de recevoir du client. |
Champs
CHUNK_WAIT
public static final int CHUNK_WAIT
Méthodes publiques
clientDisconnected
public void clientDisconnected (ClientImpl client)
Le client est parti.
| Paramètres | |
|---|---|
client |
ClientImpl |
clientReady
public void clientReady (ClientImpl client)
Le client est prêt.
| Paramètres | |
|---|---|
client |
ClientImpl |
handleChunk
public void handleChunk (ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)
Point d'entrée du gestionnaire de blocs.
| Paramètres | |
|---|---|
client |
ClientImpl |
type |
int |
data |
ByteBuffer |
isReply |
boolean |
msgId |
int |
s'inscrire
public static void register (MonitorThread mt)
Enregistrez les paquets que vous prévoyez de recevoir du client.
| Paramètres | |
|---|---|
mt |
MonitorThread |