Uses of Class
de.quantummaid.httpmaid.websockets.WebSocketsConfigurator
-
Packages that use WebSocketsConfigurator Package Description de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.builder -
-
Uses of WebSocketsConfigurator in de.quantummaid.httpmaid.websockets
Methods in de.quantummaid.httpmaid.websockets that return WebSocketsConfigurator Modifier and Type Method Description static WebSocketsConfiguratorWebSocketsConfigurator. toUseWebSockets() -
Uses of WebSocketsConfigurator in de.quantummaid.httpmaid.websockets.builder
Methods in de.quantummaid.httpmaid.websockets.builder that return WebSocketsConfigurator Modifier and Type Method Description <T> WebSocketsConfiguratorCategorizerStage. initializingMetaDataForIncomingMessagesWith(MetaDataKey<T> key, Function<MetaData,T> valueProvider)default <T> WebSocketsConfiguratorCategorizerStage. saving(MetaDataKey<T> key)default WebSocketsConfiguratorCategorizerStage. taggedBy(String tag)
-