Uses of Interface
io.quarkus.websockets.next.WebSocketConnection
Packages that use WebSocketConnection
Package
Description
-
Uses of WebSocketConnection in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return types with arguments of type WebSocketConnectionModifier and TypeMethodDescriptiondefault Optional<WebSocketConnection> OpenConnections.findByConnectionId(String connectionId) Returns the open connection with the given id.default Collection<WebSocketConnection> OpenConnections.findByEndpointId(String endpointId) Returns an immutable snapshot of all open connections for the given endpoint id.WebSocketConnection.getOpenConnections()The returned set also includes the connection this method is called upon.default Collection<WebSocketConnection> OpenConnections.listAll()Returns an immutable snapshot of all open connections at the given time.OpenConnections.stream()Returns the stream of all open connections at the given time.Method parameters in io.quarkus.websockets.next with type arguments of type WebSocketConnectionModifier and TypeMethodDescriptionWebSocketConnection.BroadcastSender.filter(Predicate<WebSocketConnection> predicate) -
Uses of WebSocketConnection in io.quarkus.websockets.next.runtime
Classes in io.quarkus.websockets.next.runtime that implement WebSocketConnectionMethods in io.quarkus.websockets.next.runtime that return types with arguments of type WebSocketConnectionModifier and TypeMethodDescriptionConnectionManager.getConnections(String endpoint) WebSocketConnectionImpl.getOpenConnections()ConnectionManager.iterator()ConnectionManager.stream()Methods in io.quarkus.websockets.next.runtime with parameters of type WebSocketConnectionModifier and TypeMethodDescription(package private) voidConnectionManager.add(String endpoint, WebSocketConnection connection) voidConnectionManager.ConnectionListener.connectionAdded(String endpoint, WebSocketConnection connection) (package private) voidConnectionManager.remove(String endpoint, WebSocketConnection connection) Constructor parameters in io.quarkus.websockets.next.runtime with type arguments of type WebSocketConnectionModifierConstructorDescription(package private)ConnectionManager(jakarta.enterprise.event.Event<WebSocketConnection> openEvent, jakarta.enterprise.event.Event<WebSocketConnection> closedEvent) -
Uses of WebSocketConnection in io.quarkus.websockets.next.runtime.devui
Methods in io.quarkus.websockets.next.runtime.devui with parameters of type WebSocketConnectionModifier and TypeMethodDescriptionvoidWebSocketNextJsonRPCService.connectionAdded(String endpoint, WebSocketConnection connection) (package private) io.vertx.core.json.JsonObjectWebSocketNextJsonRPCService.toJsonObject(String endpoint, WebSocketConnection c) -
Uses of WebSocketConnection in io.quarkus.websockets.next.runtime.telemetry
Constructors in io.quarkus.websockets.next.runtime.telemetry with parameters of type WebSocketConnectionModifierConstructorDescription(package private)TracesForwardingWebSocketEndpoint(WebSocketEndpoint delegate, io.opentelemetry.api.trace.Tracer tracer, WebSocketConnection connection, io.opentelemetry.api.trace.SpanContext onOpenSpanContext, String path)