Package akka.http.javadsl.settings
Class WebSocketSettings$
- java.lang.Object
-
- akka.http.javadsl.settings.WebSocketSettings$
-
public class WebSocketSettings$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static WebSocketSettings$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description WebSocketSettings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketSettings
client(akka.actor.ActorSystem system)
WebSocketSettings
client(com.typesafe.config.Config config)
WebSocketSettings
server(akka.actor.ActorSystem system)
WebSocketSettings
server(com.typesafe.config.Config config)
-
-
-
Field Detail
-
MODULE$
public static final WebSocketSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
server
public WebSocketSettings server(com.typesafe.config.Config config)
-
server
public WebSocketSettings server(akka.actor.ActorSystem system)
-
client
public WebSocketSettings client(com.typesafe.config.Config config)
-
client
public WebSocketSettings client(akka.actor.ActorSystem system)
-
-