IDynamicShardingConnectionInfo

public interface IDynamicShardingConnectionInfo

com.android.tradefed.invoker.shard.IDynamicShardingConnectionInfo


Schnittstelle für Klassen, die Informationen zur dynamischen Aufteilung enthalten

Zusammenfassung

Öffentliche Methoden

abstract List<String> getAuthScopes()
abstract String getServerAddress()
abstract Integer getServerPort()

Öffentliche Methoden

getAuthScopes

public abstract List<String> getAuthScopes ()

Gibt Folgendes zurück:
List<String>

getServerAddress

public abstract String getServerAddress ()

Gibt Folgendes zurück:
String

getServerPort

public abstract Integer getServerPort ()

Gibt Folgendes zurück:
Integer