Uses of Class
io.quarkus.websockets.next.runtime.WebSocketConnectionImpl
Packages that use WebSocketConnectionImpl
-
Uses of WebSocketConnectionImpl in io.quarkus.websockets.next.runtime
Methods in io.quarkus.websockets.next.runtime with parameters of type WebSocketConnectionImplModifier and TypeMethodDescription(package private) CompletionStage<io.quarkus.security.identity.SecurityIdentity> SecuritySupport.updateSecurityIdentity(String accessToken, WebSocketConnectionImpl connection, io.quarkus.security.identity.IdentityProviderManager identityProviderManager) Constructors in io.quarkus.websockets.next.runtime with parameters of type WebSocketConnectionImplModifierConstructorDescription(package private)SecuritySupport(io.quarkus.security.identity.SecurityIdentity identity, WebSocketConnectionImpl connection, io.vertx.ext.web.RoutingContext routingContext) Constructor parameters in io.quarkus.websockets.next.runtime with type arguments of type WebSocketConnectionImplModifierConstructorDescription(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, UserData userData, SendingInterceptor sendingInterceptor, Function<WebSocketConnectionImpl, SecuritySupport> securitySupportCreator)