Uses of Interface
io.quarkus.websockets.next.UserData
Packages that use UserData
-
Uses of UserData in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return UserData -
Uses of UserData in io.quarkus.websockets.next.runtime
Classes in io.quarkus.websockets.next.runtime that implement UserDataMethods in io.quarkus.websockets.next.runtime that return UserDataModifier and TypeMethodDescriptionHttpUpgradeContextImpl.userData()Returns the value of theuserDatarecord component.WebSocketConnectionBase.userData()Constructors in io.quarkus.websockets.next.runtime with parameters of type UserDataModifierConstructorDescription(package private)HttpUpgradeContextImpl(io.vertx.ext.web.RoutingContext routingContext, UserData userData, io.smallrye.mutiny.Uni<io.quarkus.security.identity.SecurityIdentity> securityIdentity, String endpointId) Creates an instance of aHttpUpgradeContextImplrecord class.(package private)WebSocketConnectionBase(Map<String, String> pathParams, Codecs codecs, HandshakeRequest handshakeRequest, TrafficLogger trafficLogger, UserData userData, SendingInterceptor sendingInterceptor) (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)