Uses of Class
de.quantummaid.httpmaid.websockets.broadcast.SerializingSender
-
Packages that use SerializingSender Package Description de.quantummaid.httpmaid de.quantummaid.httpmaid.websockets.broadcast -
-
Uses of SerializingSender in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid that return SerializingSender Modifier and Type Method Description <T> SerializingSender<T>HttpMaid. websocketSender(de.quantummaid.reflectmaid.GenericType<T> messageType, ContentType contentType)<T> SerializingSender<T>HttpMaid. websocketSender(Class<T> messageType)<T> SerializingSender<T>HttpMaid. websocketSender(Class<T> messageType, ContentType contentType) -
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, de.quantummaid.reflectmaid.ResolvedType messageType, Marshaller marshaller, Serializer serializer, MetaData metaData)Methods in de.quantummaid.httpmaid.websockets.broadcast with parameters of type SerializingSender Modifier and Type Method Description TBroadcasterFactory. createBroadcaster(SerializingSender<U> sender)
-