Uses of Class
io.quarkus.websockets.next.CloseReason
Packages that use CloseReason
-
Uses of CloseReason in io.quarkus.websockets.next
Fields in io.quarkus.websockets.next declared as CloseReasonModifier and TypeFieldDescriptionstatic final CloseReasonCloseReason.INTERNAL_SERVER_ERRORstatic final CloseReasonCloseReason.NORMALMethods in io.quarkus.websockets.next that return CloseReasonModifier and TypeMethodDescriptionWebSocketClientConnection.closeReason()WebSocketConnection.closeReason()Methods in io.quarkus.websockets.next with parameters of type CloseReasonModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>WebSocketClientConnection.close(CloseReason reason) Close the connection with a specific reason.io.smallrye.mutiny.Uni<Void>WebSocketConnection.close(CloseReason reason) Close the connection with a specific reason.default voidWebSocketClientConnection.closeAndAwait(CloseReason reason) Close the connection with a specific reason and wait for the completion.default voidWebSocketConnection.closeAndAwait(CloseReason reason) Close the connection and wait for the completion.Method parameters in io.quarkus.websockets.next with type arguments of type CloseReasonModifier and TypeMethodDescriptionBasicWebSocketConnector.onClose(BiConsumer<WebSocketClientConnection, CloseReason> consumer) Set a callback to be invoked when a connection to the server is closed. -
Uses of CloseReason in io.quarkus.websockets.next.runtime
Methods in io.quarkus.websockets.next.runtime that return CloseReasonMethods in io.quarkus.websockets.next.runtime with parameters of type CloseReasonModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Void>WebSocketConnectionBase.close(CloseReason reason) Method parameters in io.quarkus.websockets.next.runtime with type arguments of type CloseReasonModifier and TypeMethodDescriptionBasicWebSocketConnectorImpl.onClose(BiConsumer<WebSocketClientConnection, CloseReason> consumer)