Uses of Class
de.quantummaid.httpmaid.websockets.sender.WebsocketSenderId
-
Packages that use WebsocketSenderId Package Description de.quantummaid.httpmaid de.quantummaid.httpmaid.websockets.endpoint de.quantummaid.httpmaid.websockets.registry de.quantummaid.httpmaid.websockets.sender -
-
Uses of WebsocketSenderId in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid with parameters of type WebsocketSenderId Modifier and Type Method Description voidHttpMaid. addWebsocketSender(WebsocketSenderId websocketSenderId, WebsocketSender<?> websocketSender) -
Uses of WebsocketSenderId in de.quantummaid.httpmaid.websockets.endpoint
-
Uses of WebsocketSenderId in de.quantummaid.httpmaid.websockets.registry
Methods in de.quantummaid.httpmaid.websockets.registry that return WebsocketSenderId Modifier and Type Method Description WebsocketSenderIdWebsocketRegistryEntry. getSenderId()WebsocketSenderIdWebsocketRegistryEntry. senderId()Methods in de.quantummaid.httpmaid.websockets.registry with parameters of type WebsocketSenderId Modifier and Type Method Description static WebsocketRegistryEntryWebsocketRegistryEntry. websocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, QueryParameters queryParameters, Map<String,Object> additionalData) -
Uses of WebsocketSenderId in de.quantummaid.httpmaid.websockets.sender
Fields in de.quantummaid.httpmaid.websockets.sender declared as WebsocketSenderId Modifier and Type Field Description static WebsocketSenderIdNonSerializableWebsocketSender. NON_SERIALIZABLE_WEBSOCKET_SENDERFields in de.quantummaid.httpmaid.websockets.sender with type parameters of type WebsocketSenderId Modifier and Type Field Description static MetaDataKey<WebsocketSenderId>WebsocketSenderId. WEBSOCKET_SENDER_IDMethods in de.quantummaid.httpmaid.websockets.sender that return WebsocketSenderId Modifier and Type Method Description WebsocketSenderIdNonSerializableWebsocketSender. senderId()WebsocketSenderIdWebsocketSender. senderId()static WebsocketSenderIdWebsocketSenderId. websocketSenderId(String id)Methods in de.quantummaid.httpmaid.websockets.sender with parameters of type WebsocketSenderId Modifier and Type Method Description voidWebsocketSenders. addWebsocketSender(WebsocketSenderId websocketSenderId, WebsocketSender<?> websocketSender)WebsocketSender<ConnectionInformation>WebsocketSenders. senderById(WebsocketSenderId id)
-