Class Websockets
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.Websockets
-
public final class Websockets extends Object
-
-
Constructor Summary
Constructors Constructor Description Websockets()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Disconnectordisconnector()SerializingSender<Object>sender()static Websocketswebsockets(SerializingSender<Object> sender, Disconnector disconnector)
-
-
-
Method Detail
-
websockets
public static Websockets websockets(SerializingSender<Object> sender, Disconnector disconnector)
-
sender
public SerializingSender<Object> sender()
-
disconnector
public Disconnector disconnector()
-
-