Package akka.http.impl.engine.http2
Class OutgoingConnectionBuilderImpl$
- java.lang.Object
-
- akka.http.impl.engine.http2.OutgoingConnectionBuilderImpl$
-
public class OutgoingConnectionBuilderImpl$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static OutgoingConnectionBuilderImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description OutgoingConnectionBuilderImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutgoingConnectionBuilder
apply(java.lang.String host, akka.actor.ClassicActorSystemProvider system)
-
-
-
Field Detail
-
MODULE$
public static final OutgoingConnectionBuilderImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public OutgoingConnectionBuilder apply(java.lang.String host, akka.actor.ClassicActorSystemProvider system)
-
-