Class TestServer$

java.lang.Object
org.apache.pekko.http.scaladsl.TestServer$
All Implemented Interfaces:
scala.App, scala.DelayedInit

public class TestServer$ extends Object implements scala.App
  • Field Details

    • MODULE$

      public static final TestServer$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • TestServer$

      public TestServer$()
  • Method Details

    • executionStart

      public final long executionStart()
      Specified by:
      executionStart in interface scala.App
    • testConf

      public com.typesafe.config.Config testConf()
    • system

      public org.apache.pekko.actor.ActorSystem system()
    • settings

      public org.apache.pekko.stream.ActorMaterializerSettings settings()
    • fm

      public org.apache.pekko.stream.Materializer fm()
    • index

      public HttpResponse index()
    • echoWebSocketService

      public org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed> echoWebSocketService()
    • greeterWebSocketService

      public org.apache.pekko.stream.scaladsl.Flow<Message,Message,org.apache.pekko.NotUsed> greeterWebSocketService()