public class TestClient$
extends java.lang.Object
implements scala.App
Modifier and Type | Field and Description |
---|---|
static TestClient$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
TestClient$() |
Modifier and Type | Method and Description |
---|---|
long |
executionStart() |
void |
fetchAndStoreABunchOfUrlsWithHttpAndCurl(scala.collection.immutable.Seq<java.lang.String> urls) |
void |
fetchServerVersion1() |
void |
fetchServerVersion2() |
java.lang.String |
host() |
void |
shutdown() |
org.apache.pekko.actor.ActorSystem |
system() |
com.typesafe.config.Config |
testConf() |
public static final TestClient$ MODULE$
public final long executionStart()
executionStart
in interface scala.App
public com.typesafe.config.Config testConf()
public org.apache.pekko.actor.ActorSystem system()
public java.lang.String host()
public void fetchServerVersion1()
public void fetchServerVersion2()
public void fetchAndStoreABunchOfUrlsWithHttpAndCurl(scala.collection.immutable.Seq<java.lang.String> urls)
public void shutdown()