Package org.apache.pekko.http.scaladsl
Class ServerBuilder$
java.lang.Object
org.apache.pekko.http.scaladsl.ServerBuilder$
Internal API
Use HttpExt.newServerAt
to create a new server builder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ServerBuilder$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ServerBuilder$
public ServerBuilder$()
-
-
Method Details
-
apply
public ServerBuilder apply(String interface_, int port, org.apache.pekko.actor.ClassicActorSystemProvider system)
-