Uses of Class
io.quarkus.websockets.next.HttpUpgradeCheck.CheckResult
Packages that use HttpUpgradeCheck.CheckResult
-
Uses of HttpUpgradeCheck.CheckResult in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return HttpUpgradeCheck.CheckResultModifier and TypeMethodDescriptionstatic HttpUpgradeCheck.CheckResultHttpUpgradeCheck.CheckResult.permitUpgradeSync()static HttpUpgradeCheck.CheckResultHttpUpgradeCheck.CheckResult.permitUpgradeSync(Map<String, List<String>> responseHeaders) static HttpUpgradeCheck.CheckResultHttpUpgradeCheck.CheckResult.rejectUpgradeSync(Integer httpResponseCode) static HttpUpgradeCheck.CheckResultHttpUpgradeCheck.CheckResult.rejectUpgradeSync(Integer httpResponseCode, Map<String, List<String>> responseHeaders) HttpUpgradeCheck.CheckResult.withHeaders(Map<String, List<String>> responseHeaders) Methods in io.quarkus.websockets.next that return types with arguments of type HttpUpgradeCheck.CheckResultModifier 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.static io.smallrye.mutiny.Uni<HttpUpgradeCheck.CheckResult> HttpUpgradeCheck.CheckResult.permitUpgrade()static io.smallrye.mutiny.Uni<HttpUpgradeCheck.CheckResult> HttpUpgradeCheck.CheckResult.permitUpgrade(Map<String, List<String>> responseHeaders) static io.smallrye.mutiny.Uni<HttpUpgradeCheck.CheckResult> HttpUpgradeCheck.CheckResult.rejectUpgrade(Integer httpResponseCode) static io.smallrye.mutiny.Uni<HttpUpgradeCheck.CheckResult> HttpUpgradeCheck.CheckResult.rejectUpgrade(Integer httpResponseCode, Map<String, List<String>> responseHeaders) -
Uses of HttpUpgradeCheck.CheckResult in io.quarkus.websockets.next.runtime
Methods in io.quarkus.websockets.next.runtime that return types with arguments of type HttpUpgradeCheck.CheckResultModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpUpgradeCheck.CheckResult> SecurityHttpUpgradeCheck.perform(HttpUpgradeCheck.HttpUpgradeContext context)