Uses of Interface
de.quantummaid.httpmaid.websockets.registry.ConnectionInformation
-
-
Uses of ConnectionInformation in de.quantummaid.httpmaid.websockets
Fields in de.quantummaid.httpmaid.websockets with type parameters of type ConnectionInformation Modifier and Type Field Description static MetaDataKey<ConnectionInformation>WebsocketMetaDataKeys. WEBSOCKET_CONNECTION_INFORMATION -
Uses of ConnectionInformation in de.quantummaid.httpmaid.websockets.endpoint
-
Uses of ConnectionInformation in de.quantummaid.httpmaid.websockets.registry
Methods in de.quantummaid.httpmaid.websockets.registry that return ConnectionInformation Modifier and Type Method Description ConnectionInformationWebsocketRegistryEntry. connectionInformation()static ConnectionInformationConnectionInformation. dummyConnectionInformation() -
Uses of ConnectionInformation in de.quantummaid.httpmaid.websockets.sender
Classes in de.quantummaid.httpmaid.websockets.sender with type parameters of type ConnectionInformation Modifier and Type Interface Description interfaceWebsocketSender<T extends ConnectionInformation>Subinterfaces of ConnectionInformation in de.quantummaid.httpmaid.websockets.sender Modifier and Type Interface Description interfaceNonSerializableConnectionInformationMethods in de.quantummaid.httpmaid.websockets.sender that return types with arguments of type ConnectionInformation Modifier and Type Method Description WebsocketSender<ConnectionInformation>WebsocketSenders. senderById(WebsocketSenderId id)
-