HandleHello

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


"Hello" (HELO) parçası ve özellik keşfi ile ilgilenin.

Özet

Fields'ın oynadığı filmler

public static final int CHUNK_FEAT

public static final int CHUNK_HELO

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.

static void sendFEAT(ClientImpl client)

Müşteriye FEAT isteği gönderin.

static void sendHELO(ClientImpl client, int serverProtocolVersion)

İstemciye bir HELO isteği gönderin.

static void sendHelloCommands(ClientImpl client, int serverProtocolVersion)

İyi bir el sıkışma işleminden sonra sanal makineye HELLO türünde komutlar gönderir.

Fields'ın oynadığı filmler

CHUNK_FEAT

public static final int CHUNK_FEAT

CHUNK_HELO

public static final int CHUNK_HELO

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

sendFEAT

public static void sendFEAT (ClientImpl client)

Müşteriye FEAT isteği gönderin.

Parametreler
client ClientImpl

sendHELO

public static void sendHELO (ClientImpl client, 
                int serverProtocolVersion)

İstemciye bir HELO isteği gönderin.

Parametreler
client ClientImpl

serverProtocolVersion int

sendHelloCommands

public static void sendHelloCommands (ClientImpl client, 
                int serverProtocolVersion)

İyi bir el sıkışma işleminden sonra sanal makineye HELLO türünde komutlar gönderir.

Dekoratif yastıklar
IOException