Uses of Class
ch.squaredesk.nova.comm.websockets.EndpointStreamSource
-
Packages that use EndpointStreamSource Package Description ch.squaredesk.nova.comm.websockets ch.squaredesk.nova.comm.websockets.client ch.squaredesk.nova.comm.websockets.server -
-
Uses of EndpointStreamSource in ch.squaredesk.nova.comm.websockets
Methods in ch.squaredesk.nova.comm.websockets that return EndpointStreamSource Modifier and Type Method Description static <SomeWebSocketType>
EndpointStreamSourceEndpointStreamSourceFactory. createStreamSourceFor(String destination, io.reactivex.functions.Function<SomeWebSocketType,WebSocket> webSocketFactory, StreamCreatingEndpointWrapper<SomeWebSocketType> streamCreatingEndpointWrapper, MetricsCollector metricsCollector)Constructors in ch.squaredesk.nova.comm.websockets with parameters of type EndpointStreamSource Constructor Description Endpoint(String destination, EndpointStreamSource streamSource, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector)Endpoint(String destination, EndpointStreamSource streamSource, Consumer<CloseReason> closeAction, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector) -
Uses of EndpointStreamSource in ch.squaredesk.nova.comm.websockets.client
Constructors in ch.squaredesk.nova.comm.websockets.client with parameters of type EndpointStreamSource Constructor Description ClientEndpoint(String destination, EndpointStreamSource endpointStreamSource, WebSocket webSocket, Consumer<CloseReason> closeAction, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector) -
Uses of EndpointStreamSource in ch.squaredesk.nova.comm.websockets.server
Constructors in ch.squaredesk.nova.comm.websockets.server with parameters of type EndpointStreamSource Constructor Description ServerEndpoint(String destination, EndpointStreamSource endpointStreamSource, SendAction broadcastAction, Consumer<CloseReason> closeAction, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector)
-