Package akka.http.impl.engine.http2
Class ConfigurablePing.PingState$
- java.lang.Object
-
- akka.http.impl.engine.http2.ConfigurablePing.PingState$
-
- Enclosing class:
- ConfigurablePing
public static class ConfigurablePing.PingState$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigurablePing.PingState$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PingState$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurablePing.PingState
apply(Http2CommonSettings settings)
-
-
-
Field Detail
-
MODULE$
public static final ConfigurablePing.PingState$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ConfigurablePing.PingState apply(Http2CommonSettings settings)
-
-