public class WebSocketSettings$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static WebSocketSettings$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| WebSocketSettings$() | 
| Modifier and Type | Method and Description | 
|---|---|
| WebSocketSettings | client(org.apache.pekko.actor.ActorSystem system) | 
| WebSocketSettings | client(com.typesafe.config.Config config) | 
| WebSocketSettings | server(org.apache.pekko.actor.ActorSystem system) | 
| WebSocketSettings | server(com.typesafe.config.Config config) | 
public static final WebSocketSettings$ MODULE$
public WebSocketSettings server(com.typesafe.config.Config config)
public WebSocketSettings server(org.apache.pekko.actor.ActorSystem system)
public WebSocketSettings client(com.typesafe.config.Config config)
public WebSocketSettings client(org.apache.pekko.actor.ActorSystem system)