public class WebSocketSettingsImpl$
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static WebSocketSettingsImpl$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| WebSocketSettingsImpl$() | 
| Modifier and Type | Method and 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) | 
public static final WebSocketSettingsImpl$ MODULE$
public boolean hasNoCustomPeriodicKeepAliveData(WebSocketSettings settings)
public WebSocketSettingsImpl serverFromRoot(com.typesafe.config.Config root)
public WebSocketSettingsImpl server(com.typesafe.config.Config config)
public WebSocketSettingsImpl clientFromRoot(com.typesafe.config.Config root)
public WebSocketSettingsImpl client(com.typesafe.config.Config config)