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
Methods in de.quantummaid.httpmaid.websockets.endpoint with parameters of type ConnectionInformation Modifier and Type Method Description static RawWebsocketConnectRawWebsocketConnect. rawWebsocketConnect(ConnectionInformation connectionInformation, WebsocketSenderId websocketSenderId, QueryParameters queryParameters, Headers headers)static RawWebsocketDisconnectRawWebsocketDisconnect. rawWebsocketDisconnect(ConnectionInformation connectionInformation)static RawWebsocketMessageRawWebsocketMessage. rawWebsocketMessage(ConnectionInformation connectionInformation, String body)RawWebsocketConnectBuilderRawWebsocketConnectBuilder. withConnectionInformation(WebsocketSenderId websocketSenderId, ConnectionInformation connectionInformation) -
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()Methods in de.quantummaid.httpmaid.websockets.registry with parameters of type ConnectionInformation Modifier and Type Method Description WebsocketRegistryEntryInMemoryRegistry. byConnectionInformation(ConnectionInformation connectionInformation)WebsocketRegistryEntryWebsocketRegistry. byConnectionInformation(ConnectionInformation connectionInformation)voidInMemoryRegistry. removeConnection(ConnectionInformation connectionInformation)voidWebsocketRegistry. removeConnection(ConnectionInformation connectionInformation)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) -
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)
-