Package org.apache.pekko.http.scaladsl
Class TestClient
java.lang.Object
org.apache.pekko.http.scaladsl.TestClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static final String[]
args()
static void
delayedInit
(scala.Function0<scala.runtime.BoxedUnit> body) static final long
static void
fetchAndStoreABunchOfUrlsWithHttpAndCurl
(scala.collection.immutable.Seq<String> urls) static void
static void
static String
host()
static final void
protected abstract static void
scala$App$_setter_$executionStart_$eq
(long x$1) protected abstract static void
scala$App$_setter_$scala$App$$initCode_$eq
(scala.collection.mutable.ListBuffer<scala.Function0<scala.runtime.BoxedUnit>> x$1) static String[]
static void
scala$App$$_args_$eq
(String[] x$1) static scala.collection.mutable.ListBuffer<scala.Function0<scala.runtime.BoxedUnit>>
static void
shutdown()
static org.apache.pekko.actor.ActorSystem
system()
static com.typesafe.config.Config
testConf()
-
Constructor Details
-
TestClient
public TestClient()
-
-
Method Details
-
executionStart
public static final long executionStart() -
testConf
public static com.typesafe.config.Config testConf() -
system
public static org.apache.pekko.actor.ActorSystem system() -
host
-
fetchServerVersion1
public static void fetchServerVersion1() -
fetchServerVersion2
public static void fetchServerVersion2() -
fetchAndStoreABunchOfUrlsWithHttpAndCurl
public static void fetchAndStoreABunchOfUrlsWithHttpAndCurl(scala.collection.immutable.Seq<String> urls) -
shutdown
public static void shutdown() -
args
-
scala$App$$_args
-
scala$App$$_args_$eq
-
scala$App$$initCode
public static scala.collection.mutable.ListBuffer<scala.Function0<scala.runtime.BoxedUnit>> scala$App$$initCode() -
delayedInit
public static void delayedInit(scala.Function0<scala.runtime.BoxedUnit> body) -
main
-
scala$App$_setter_$executionStart_$eq
protected abstract static void scala$App$_setter_$executionStart_$eq(long x$1) -
scala$App$_setter_$scala$App$$initCode_$eq
protected abstract static void scala$App$_setter_$scala$App$$initCode_$eq(scala.collection.mutable.ListBuffer<scala.Function0<scala.runtime.BoxedUnit>> x$1)
-