Uses of Class
de.quantummaid.httpmaid.websockets.sender.WebsocketSenders
-
-
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.disconnect
Methods in de.quantummaid.httpmaid.websockets.disconnect with parameters of type WebsocketSenders Modifier and Type Method Description static DisconnectorDisconnector. disconnector(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()
-