Package akka.http.scaladsl
Class ServerBuilder$
- java.lang.Object
-
- akka.http.scaladsl.ServerBuilder$
-
public class ServerBuilder$ extends java.lang.Object
Internal APIUse
HttpExt.newServerAt
to create a new server builder.
-
-
Field Summary
Fields Modifier and Type Field Description static ServerBuilder$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ServerBuilder$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerBuilder
apply(java.lang.String interface_, int port, akka.actor.ClassicActorSystemProvider system)
-
-
-
Field Detail
-
MODULE$
public static final ServerBuilder$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ServerBuilder apply(java.lang.String interface_, int port, akka.actor.ClassicActorSystemProvider system)
-
-