Uses of Class
de.quantummaid.httpmaid.websockets.sender.WebsocketSenders
-
Packages that use WebsocketSenders Package Description de.quantummaid.httpmaid.websockets.broadcast de.quantummaid.httpmaid.websockets.processors de.quantummaid.httpmaid.websockets.sender -
-
Uses of WebsocketSenders in de.quantummaid.httpmaid.websockets.broadcast
Methods in de.quantummaid.httpmaid.websockets.broadcast with parameters of type WebsocketSenders Modifier and Type Method Description static <T> SerializingSender<T>SerializingSender. serializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders) -
Uses of WebsocketSenders in de.quantummaid.httpmaid.websockets.processors
Methods in de.quantummaid.httpmaid.websockets.processors with parameters of type WebsocketSenders Modifier and Type Method Description static ProcessorAddWebsocketsMetaDataProcessor. addWebsocketRegistryProcessor(WebsocketSenders websocketSenders, WebsocketRegistry registry) -
Uses of WebsocketSenders in de.quantummaid.httpmaid.websockets.sender
Fields in de.quantummaid.httpmaid.websockets.sender with type parameters of type WebsocketSenders Modifier and Type Field Description static MetaDataKey<WebsocketSenders>WebsocketSenders. WEBSOCKET_SENDERSMethods in de.quantummaid.httpmaid.websockets.sender that return WebsocketSenders Modifier and Type Method Description static WebsocketSendersWebsocketSenders. websocketSenders()
-