Package akka.http.impl.settings
Class WebSocketSettingsImpl$
- java.lang.Object
-
- akka.http.impl.settings.WebSocketSettingsImpl$
-
- All Implemented Interfaces:
java.io.Serializable
public class WebSocketSettingsImpl$ extends java.lang.Object implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static WebSocketSettingsImpl$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description WebSocketSettingsImpl$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketSettingsImpl
client(com.typesafe.config.Config config)
WebSocketSettingsImpl
clientFromRoot(com.typesafe.config.Config root)
boolean
hasNoCustomPeriodicKeepAliveData(WebSocketSettings settings)
WebSocketSettingsImpl
server(com.typesafe.config.Config config)
WebSocketSettingsImpl
serverFromRoot(com.typesafe.config.Config root)
-
-
-
Field Detail
-
MODULE$
public static final WebSocketSettingsImpl$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
hasNoCustomPeriodicKeepAliveData
public boolean hasNoCustomPeriodicKeepAliveData(WebSocketSettings settings)
-
serverFromRoot
public WebSocketSettingsImpl serverFromRoot(com.typesafe.config.Config root)
-
server
public WebSocketSettingsImpl server(com.typesafe.config.Config config)
-
clientFromRoot
public WebSocketSettingsImpl clientFromRoot(com.typesafe.config.Config root)
-
client
public WebSocketSettingsImpl client(com.typesafe.config.Config config)
-
-