Uses of Interface
de.quantummaid.httpmaid.websockets.registry.WebsocketRegistry
-
-
Uses of WebsocketRegistry in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid with parameters of type WebsocketRegistry Modifier and Type Method Description voidHttpMaid. setWebsocketRegistry(WebsocketRegistry websocketRegistry) -
Uses of WebsocketRegistry in de.quantummaid.httpmaid.websockets
Fields in de.quantummaid.httpmaid.websockets with type parameters of type WebsocketRegistry Modifier and Type Field Description static MetaDataKey<WebsocketRegistry>WebsocketMetaDataKeys. WEBSOCKET_REGISTRYMethods in de.quantummaid.httpmaid.websockets with parameters of type WebsocketRegistry Modifier and Type Method Description voidWebsocketsModule. setWebsocketRegistry(WebsocketRegistry websocketRegistry)static ConfiguratorWebsocketConfigurators. toUseWebsocketRegistry(WebsocketRegistry websocketRegistry) -
Uses of WebsocketRegistry in de.quantummaid.httpmaid.websockets.broadcast
Methods in de.quantummaid.httpmaid.websockets.broadcast with parameters of type WebsocketRegistry Modifier and Type Method Description static NonSerializingSenderNonSerializingSender. nonSerializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders, MetaData metaData)static <T> SerializingSender<T>SerializingSender. serializingSender(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders, de.quantummaid.reflectmaid.ResolvedType messageType, Marshaller marshaller, Serializer serializer, MetaData metaData) -
Uses of WebsocketRegistry in de.quantummaid.httpmaid.websockets.disconnect
Methods in de.quantummaid.httpmaid.websockets.disconnect with parameters of type WebsocketRegistry Modifier and Type Method Description static DisconnectorDisconnector. disconnector(WebsocketRegistry websocketRegistry, WebsocketSenders websocketSenders, MetaData metaData) -
Uses of WebsocketRegistry in de.quantummaid.httpmaid.websockets.processors
Methods in de.quantummaid.httpmaid.websockets.processors with parameters of type WebsocketRegistry Modifier and Type Method Description static ProcessorAddWebsocketsMetaDataProcessor. addWebsocketRegistryProcessor(WebsocketSenders websocketSenders, WebsocketRegistry registry) -
Uses of WebsocketRegistry in de.quantummaid.httpmaid.websockets.registry
Classes in de.quantummaid.httpmaid.websockets.registry that implement WebsocketRegistry Modifier and Type Class Description classInMemoryRegistry
-