Uses of Class
de.quantummaid.httpmaid.websockets.registry.WebsocketRegistryEntry
-
Packages that use WebsocketRegistryEntry Package Description de.quantummaid.httpmaid.websockets.criteria de.quantummaid.httpmaid.websockets.registry -
-
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 booleanHeaderCriterion. filter(WebsocketRegistryEntry entry)booleanQueryParameterCriterion. filter(WebsocketRegistryEntry entry)booleanWebsocketCriteria. filter(WebsocketRegistryEntry entry) -
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)static WebsocketRegistryEntryWebsocketRegistryEntry. loadFromMetaData(MetaData metaData)static WebsocketRegistryEntryWebsocketRegistryEntry. restoreFromStrings(ConnectionInformation connectionInformation, String senderId, Headers headers, Optional<String> contentType, QueryParameters queryParameters)static WebsocketRegistryEntryWebsocketRegistryEntry. websocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, ContentType contentType, QueryParameters queryParameters)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)
-