Package org.apache.pekko.http.scaladsl
Class TestServer
java.lang.Object
org.apache.pekko.http.scaladsl.TestServer
-
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 org.apache.pekko.stream.Materializer
fm()
static HttpResponse
index()
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 org.apache.pekko.stream.ActorMaterializerSettings
settings()
static org.apache.pekko.actor.ActorSystem
system()
static com.typesafe.config.Config
testConf()
-
Constructor Details
-
TestServer
public TestServer()
-
-
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() -
settings
public static org.apache.pekko.stream.ActorMaterializerSettings settings() -
fm
public static org.apache.pekko.stream.Materializer fm() -
index
-
echoWebSocketService
-
greeterWebSocketService
-
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)
-