Uses of Interface
ch.squaredesk.nova.comm.websockets.StreamCreatingEndpointWrapper
-
Packages that use StreamCreatingEndpointWrapper Package Description ch.squaredesk.nova.comm.websockets ch.squaredesk.nova.comm.websockets.client ch.squaredesk.nova.comm.websockets.server -
-
Uses of StreamCreatingEndpointWrapper in ch.squaredesk.nova.comm.websockets
Methods in ch.squaredesk.nova.comm.websockets with parameters of type StreamCreatingEndpointWrapper Modifier and Type Method Description static <SomeWebSocketType>
EndpointStreamSourceEndpointStreamSourceFactory. createStreamSourceFor(String destination, io.reactivex.functions.Function<SomeWebSocketType,WebSocket> webSocketFactory, StreamCreatingEndpointWrapper<SomeWebSocketType> streamCreatingEndpointWrapper, MetricsCollector metricsCollector) -
Uses of StreamCreatingEndpointWrapper in ch.squaredesk.nova.comm.websockets.client
Classes in ch.squaredesk.nova.comm.websockets.client that implement StreamCreatingEndpointWrapper Modifier and Type Class Description classStreamCreatingWebSocketTextListener -
Uses of StreamCreatingEndpointWrapper in ch.squaredesk.nova.comm.websockets.server
Classes in ch.squaredesk.nova.comm.websockets.server that implement StreamCreatingEndpointWrapper Modifier and Type Class Description classStreamCreatingWebSocketApplication
-