Uses of Interface
de.quantummaid.httpmaid.websockets.sender.NonSerializableConnectionInformation
-
Packages that use NonSerializableConnectionInformation Package Description de.quantummaid.httpmaid.websockets.endpoint de.quantummaid.httpmaid.websockets.sender -
-
Uses of NonSerializableConnectionInformation in de.quantummaid.httpmaid.websockets.endpoint
Methods in de.quantummaid.httpmaid.websockets.endpoint with parameters of type NonSerializableConnectionInformation Modifier and Type Method Description RawWebsocketConnectBuilderRawWebsocketConnectBuilder. withNonSerializableConnectionInformation(NonSerializableConnectionInformation connectionInformation) -
Uses of NonSerializableConnectionInformation in de.quantummaid.httpmaid.websockets.sender
Methods in de.quantummaid.httpmaid.websockets.sender with parameters of type NonSerializableConnectionInformation Modifier and Type Method Description voidNonSerializableWebsocketSender. send(NonSerializableConnectionInformation connectionInformation, String message)
-