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


"Uygulama adı" parçasını (APNM) işleyin.

Özet

Fields'ın oynadığı filmler

public static final int CHUNK_APNM

Herkese açık yöntemler

void clientDisconnected(ClientImpl client)

İstemci uzaklaştı.

void clientReady(ClientImpl client)

İstemci hazır.

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

Parça işleyici giriş noktası.

static void register(MonitorThread mt)

İstemciden almayı beklediğimiz paketler için kaydolun.

Fields'ın oynadığı filmler

CHUNK_APNM

public static final int CHUNK_APNM

Herkese açık yöntemler

clientDisconnected

public void clientDisconnected (ClientImpl client)

İstemci uzaklaştı.

Parametreler
client ClientImpl

clientReady

public void clientReady (ClientImpl client)

İstemci hazır.

Parametreler
client ClientImpl

handleChunk

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

Parça işleyici giriş noktası.

Parametreler
client ClientImpl

type int

data ByteBuffer

isReply boolean

msgId int

kayıt

public static void register (MonitorThread mt)

İstemciden almayı beklediğimiz paketler için kaydolun.

Parametreler
mt MonitorThread