Uses of Class
ch.squaredesk.nova.comm.websockets.CloseReason
-
Packages that use CloseReason Package Description ch.squaredesk.nova.comm.websockets ch.squaredesk.nova.comm.websockets.client ch.squaredesk.nova.comm.websockets.server -
-
Uses of CloseReason in ch.squaredesk.nova.comm.websockets
Methods in ch.squaredesk.nova.comm.websockets that return CloseReason Modifier and Type Method Description static CloseReasonCloseReason. forCloseCode(int code)static CloseReasonCloseReason. valueOf(String name)Returns the enum constant of this type with the specified name.static CloseReason[]CloseReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.squaredesk.nova.comm.websockets that return types with arguments of type CloseReason Modifier and Type Method Description io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebSocket,CloseReason>>Endpoint. closedWebSockets()io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<WebsocketType,CloseReason>>StreamCreatingEndpointWrapper. closingSockets()Methods in ch.squaredesk.nova.comm.websockets with parameters of type CloseReason Modifier and Type Method Description voidEndpoint. close(CloseReason closeReason)Constructor parameters in ch.squaredesk.nova.comm.websockets with type arguments of type CloseReason Constructor Description Endpoint(String destination, EndpointStreamSource streamSource, Consumer<CloseReason> closeAction, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector) -
Uses of CloseReason in ch.squaredesk.nova.comm.websockets.client
Methods in ch.squaredesk.nova.comm.websockets.client that return types with arguments of type CloseReason Modifier and Type Method Description io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<com.ning.http.client.ws.WebSocket,CloseReason>>StreamCreatingWebSocketTextListener. closingSockets()Constructor parameters in ch.squaredesk.nova.comm.websockets.client with type arguments of type CloseReason Constructor Description ClientEndpoint(String destination, EndpointStreamSource endpointStreamSource, WebSocket webSocket, Consumer<CloseReason> closeAction, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector) -
Uses of CloseReason in ch.squaredesk.nova.comm.websockets.server
Methods in ch.squaredesk.nova.comm.websockets.server that return types with arguments of type CloseReason Modifier and Type Method Description io.reactivex.Flowable<ch.squaredesk.nova.tuples.Pair<org.glassfish.grizzly.websockets.WebSocket,CloseReason>>StreamCreatingWebSocketApplication. closingSockets()Constructor parameters in ch.squaredesk.nova.comm.websockets.server with type arguments of type CloseReason Constructor Description ServerEndpoint(String destination, EndpointStreamSource endpointStreamSource, SendAction broadcastAction, Consumer<CloseReason> closeAction, ch.squaredesk.nova.comm.MessageTranscriber<String> messageTranscriber, MetricsCollector metricsCollector)
-