Uses of Interface
ch.squaredesk.nova.comm.websockets.SendAction
-
Packages that use SendAction Package Description ch.squaredesk.nova.comm.websockets ch.squaredesk.nova.comm.websockets.server -
-
Uses of SendAction in ch.squaredesk.nova.comm.websockets
Constructors in ch.squaredesk.nova.comm.websockets with parameters of type SendAction Constructor Description WebSocket(SendAction sendAction, Runnable closeAction) -
Uses of SendAction in ch.squaredesk.nova.comm.websockets.server
Constructors in ch.squaredesk.nova.comm.websockets.server with parameters of type SendAction Constructor Description ServerEndpoint(String destination, EndpointStreamSource endpointStreamSource, SendAction broadcastAction, Consumer<CloseReason> closeAction, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector)
-