Uses of Class
io.quarkus.websockets.next.runtime.ConnectionManager
Packages that use ConnectionManager
-
Uses of ConnectionManager in io.quarkus.websockets.next.runtime
Constructors in io.quarkus.websockets.next.runtime with parameters of type ConnectionManagerModifierConstructorDescription(package private)WebSocketConnectionImpl(String generatedEndpointClass, String endpointClass, io.vertx.core.http.ServerWebSocket webSocket, ConnectionManager connectionManager, Codecs codecs, io.vertx.ext.web.RoutingContext ctx, TrafficLogger trafficLogger) -
Uses of ConnectionManager in io.quarkus.websockets.next.runtime.devui
Constructor parameters in io.quarkus.websockets.next.runtime.devui with type arguments of type ConnectionManagerModifierConstructorDescription(package private)WebSocketNextJsonRPCService(jakarta.enterprise.inject.Instance<ConnectionManager> connectionManager, io.vertx.core.Vertx vertx, HttpConfiguration httpConfig, WebSocketsServerRuntimeConfig config)