Serwer funkcji TradefedFeature

public class TradefedFeatureServer
extends TradefedInformationGrpc.TradefedInformationImplBase

java.lang.Object
com.proto.tradefed.feature.TradefedInformationGrpc.TradefedInformationImplBase (com.proto.tradefed.feature.TradefedInformationGrpc.TradefedInformationImplBase)
  com.android.tradefed.service.TradefedFeatureServer


Serwer odpowiadający na żądania aktywujące funkcje.

Podsumowanie

Fieldsem

public static final String SERVER_REFERENCE

public static final String TEST_INFORMATION_OBJECT

public static final String TF_SERVICE_PORT

Konstruktory publiczne

TradefedFeatureServer()

Metody publiczne

static int getPort()

Zwraca port używany przez serwer.

String registerInvocation(IConfiguration config, ThreadGroup tg, listeners)

Zarejestruj wywołanie z unikalnym odwołaniem, do którego można wysyłać zapytania

void shutdown()

Zatrzymaj serwer grpc.

void start()

Uruchom serwer grpc, aby nasłuchiwać żądań.

void triggerFeature(FeatureRequest request, StreamObserver<FeatureResponse> responseObserver)
void unregisterInvocation(IConfiguration reference)

Wyrejestruj wywołanie według jego konfiguracji.

Fieldsem

SERVER_REFERENCE

public static final String SERVER_REFERENCE

TEST_INFORMATION_OBJECT;

public static final String TEST_INFORMATION_OBJECT

PORT_USŁUGI_TF

public static final String TF_SERVICE_PORT

Konstruktory publiczne

Serwer funkcji TradefedFeature

public TradefedFeatureServer ()

Metody publiczne

getPort

public static int getPort ()

Zwraca port używany przez serwer.

Zwroty
int

RegisterInvocation

public String registerInvocation (IConfiguration config, 
                ThreadGroup tg, 
                 listeners)

Zarejestruj wywołanie z unikalnym odwołaniem, do którego można wysyłać zapytania

Parametry
config IConfiguration

tg ThreadGroup

listeners

Zwroty
String

Wyłącz

public void shutdown ()

Zatrzymaj serwer grpc.

rozpocznij

public void start ()

Uruchom serwer grpc, aby nasłuchiwać żądań.

aktywatorfunkcja

public void triggerFeature (FeatureRequest request, 
                StreamObserver<FeatureResponse> responseObserver)

Parametry
request FeatureRequest

responseObserver StreamObserver

wyrejestruj wywołanie

public void unregisterInvocation (IConfiguration reference)

Wyrejestruj wywołanie według jego konfiguracji.

Parametry
reference IConfiguration