Uses of Record Class
io.quarkus.websockets.next.HttpUpgradeCheck.HttpUpgradeContext
Packages that use HttpUpgradeCheck.HttpUpgradeContext
-
Uses of HttpUpgradeCheck.HttpUpgradeContext in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next with parameters of type HttpUpgradeCheck.HttpUpgradeContextModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpUpgradeCheck.CheckResult> HttpUpgradeCheck.perform(HttpUpgradeCheck.HttpUpgradeContext context) This method inspects HTTP Upgrade context and either allows or denies upgrade to a WebSocket connection. -
Uses of HttpUpgradeCheck.HttpUpgradeContext in io.quarkus.websockets.next.runtime
Methods in io.quarkus.websockets.next.runtime with parameters of type HttpUpgradeCheck.HttpUpgradeContextModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpUpgradeCheck.CheckResult> SecurityHttpUpgradeCheck.perform(HttpUpgradeCheck.HttpUpgradeContext context)