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 SummaryFieldsModifier and TypeFieldDescriptionstatic final ServerBuilder$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
ServerBuilder$public ServerBuilder$()
 
- 
- 
Method Details- 
applypublic ServerBuilder apply(String interface_, int port, org.apache.pekko.actor.ClassicActorSystemProvider system) 
 
-