Uses of Class
de.quantummaid.httpmaid.websockets.broadcast.SerializingSender
-
Packages that use SerializingSender Package Description de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.broadcast -
-
Uses of SerializingSender in de.quantummaid.httpmaid.websockets
Methods in de.quantummaid.httpmaid.websockets that return SerializingSender Modifier and Type Method Description SerializingSender<Object>Websockets. sender()Methods in de.quantummaid.httpmaid.websockets with parameters of type SerializingSender Modifier and Type Method Description static WebsocketsWebsockets. websockets(SerializingSender<Object> sender, Disconnector disconnector) -
Uses of SerializingSender in de.quantummaid.httpmaid.websockets.broadcast
Methods in de.quantummaid.httpmaid.websockets.broadcast that return SerializingSender Modifier and Type Method Description static <T> SerializingSender<T>SerializingSender. serializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders)Methods in de.quantummaid.httpmaid.websockets.broadcast with parameters of type SerializingSender Modifier and Type Method Description TBroadcasterFactory. createBroadcaster(SerializingSender<U> sender)
-