Uses of Class
de.quantummaid.httpmaid.websockets.WebSocketMapping
-
Packages that use WebSocketMapping Package Description de.quantummaid.httpmaid.websockets de.quantummaid.httpmaid.websockets.processors -
-
Uses of WebSocketMapping in de.quantummaid.httpmaid.websockets
Fields in de.quantummaid.httpmaid.websockets with type parameters of type WebSocketMapping Modifier and Type Field Description static MetaDataKey<WebSocketMapping>WebsocketChainKeys. WEBSOCKET_MAPPINGMethods in de.quantummaid.httpmaid.websockets that return WebSocketMapping Modifier and Type Method Description static WebSocketMappingWebSocketMapping. webSocketMapping(MetaDataEntriesToSave metaDataEntriesToSave, PathTemplate pathTemplate)Methods in de.quantummaid.httpmaid.websockets with parameters of type WebSocketMapping Modifier and Type Method Description voidWebSocketModule. addWebSocketMapping(WebSocketMapping webSocketMapping) -
Uses of WebSocketMapping in de.quantummaid.httpmaid.websockets.processors
Method parameters in de.quantummaid.httpmaid.websockets.processors with type arguments of type WebSocketMapping Modifier and Type Method Description static ProcessorDetermineWebSocketTypeProcessor. determineWebSocketTypeProcessor(List<WebSocketMapping> webSocketMappings)
-