HandleAppName

public final class HandleAppName
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.HandleAppName


Obsłuż fragment „nazwa aplikacji” (APNM).

Podsumowanie

Fieldsem

public static final int CHUNK_APNM

Metody publiczne

void clientDisconnected(ClientImpl client)

Klient odszedł.

void clientReady(ClientImpl client)

Klient jest gotowy.

void handleChunk(ClientImpl client, int type, ByteBuffer data, boolean isReply, int msgId)

Punkt wejścia do modułu obsługi fragmentów.

static void register(MonitorThread mt)

Zarejestruj pakiety, które mają być wysłane przez klienta.

Fieldsem

CHUNK_APNM

public static final int CHUNK_APNM

Metody publiczne

clientDisconnected

public void clientDisconnected (ClientImpl client)

Klient odszedł.

Parametry
client ClientImpl

clientReady

public void clientReady (ClientImpl client)

Klient jest gotowy.

Parametry
client ClientImpl

handleChunk

public void handleChunk (ClientImpl client, 
                int type, 
                ByteBuffer data, 
                boolean isReply, 
                int msgId)

Punkt wejścia do modułu obsługi fragmentów.

Parametry
client ClientImpl

type int

data ByteBuffer

isReply boolean

msgId int

zarejestrować się,

public static void register (MonitorThread mt)

Zarejestruj pakiety, które mają być wysłane przez klienta.

Parametry
mt MonitorThread