Uses of Class
de.quantummaid.httpmaid.websockets.registry.WebsocketRegistryEntry
-
-
Uses of WebsocketRegistryEntry in de.quantummaid.httpmaid.websockets
Fields in de.quantummaid.httpmaid.websockets with type parameters of type WebsocketRegistryEntry Modifier and Type Field Description static MetaDataKey<WebsocketRegistryEntry>WebsocketMetaDataKeys. WEBSOCKET_REGISTRY_ENTRY -
Uses of WebsocketRegistryEntry in de.quantummaid.httpmaid.websockets.criteria
Methods in de.quantummaid.httpmaid.websockets.criteria with parameters of type WebsocketRegistryEntry Modifier and Type Method Description booleanAdditionalDataStringCriterion. filter(WebsocketRegistryEntry entry)booleanHeaderCriterion. filter(WebsocketRegistryEntry entry)booleanQueryParameterCriterion. filter(WebsocketRegistryEntry entry)booleanWebsocketCriteria. filter(WebsocketRegistryEntry entry) -
Uses of WebsocketRegistryEntry in de.quantummaid.httpmaid.websockets.endpoint
Methods in de.quantummaid.httpmaid.websockets.endpoint with parameters of type WebsocketRegistryEntry Modifier and Type Method Description static RawWebsocketConnectRawWebsocketConnect. rawWebsocketConnect(ConnectionInformation connectionInformation, WebsocketSenderId websocketSenderId, WebsocketRegistryEntry registryEntry)static RawWebsocketConnectRawWebsocketConnect. rawWebsocketConnect(ConnectionInformation connectionInformation, WebsocketSenderId websocketSenderId, WebsocketRegistryEntry registryEntry, Map<MetaDataKey<?>,Object> additionalMetaData)static RawWebsocketMessageRawWebsocketMessage. rawWebsocketMessageWithMetaData(ConnectionInformation connectionInformation, String body, WebsocketRegistryEntry registryEntry, Map<MetaDataKey<?>,Object> additionalMetaData)RawWebsocketConnectBuilderRawWebsocketConnectBuilder. withRegistryEntry(WebsocketRegistryEntry registryEntry) -
Uses of WebsocketRegistryEntry in de.quantummaid.httpmaid.websockets.registry
Methods in de.quantummaid.httpmaid.websockets.registry that return WebsocketRegistryEntry Modifier and Type Method Description WebsocketRegistryEntryInMemoryRegistry. byConnectionInformation(ConnectionInformation connectionInformation)WebsocketRegistryEntryWebsocketRegistry. byConnectionInformation(ConnectionInformation connectionInformation)WebsocketRegistryEntryWebsocketRegistryEntry. fixConnectionInformation(ConnectionInformation connectionInformation)static WebsocketRegistryEntryWebsocketRegistryEntry. restoreFromStrings(ConnectionInformation connectionInformation, String senderId, Headers headers, QueryParameters queryParameters, Map<String,Object> additionalData)static WebsocketRegistryEntryWebsocketRegistryEntry. websocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, QueryParameters queryParameters, Map<String,Object> additionalData)Methods in de.quantummaid.httpmaid.websockets.registry that return types with arguments of type WebsocketRegistryEntry Modifier and Type Method Description List<WebsocketRegistryEntry>InMemoryRegistry. connections(WebsocketCriteria criteria)List<WebsocketRegistryEntry>WebsocketRegistry. connections(WebsocketCriteria criteria)Methods in de.quantummaid.httpmaid.websockets.registry with parameters of type WebsocketRegistryEntry Modifier and Type Method Description voidInMemoryRegistry. addConnection(WebsocketRegistryEntry entry)voidWebsocketRegistry. addConnection(WebsocketRegistryEntry entry)
-