Class NonSerializingSender
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.broadcast.NonSerializingSender
-
public final class NonSerializingSender extends Object
-
-
Constructor Summary
Constructors Constructor Description NonSerializingSender()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NonSerializingSendernonSerializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders)voidsendTo(String message, WebsocketCriteria criteria)voidsendToAll(String message)
-
-
-
Method Detail
-
nonSerializingSender
public static NonSerializingSender nonSerializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders)
-
sendToAll
public void sendToAll(String message)
-
sendTo
public void sendTo(String message, WebsocketCriteria criteria)
-
-