Uses of Class
de.quantummaid.httpmaid.websockets.broadcast.SerializingSender
-
Packages that use SerializingSender Package Description de.quantummaid.httpmaid.handler.http de.quantummaid.httpmaid.websockets.broadcast -
-
Uses of SerializingSender in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return SerializingSender Modifier and Type Method Description SerializingSender<Object>HttpRequest. websockets() -
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)
-