Uses of Interface
io.quarkus.vertx.http.runtime.VertxHttpConfig
Packages that use VertxHttpConfig
Package
Description
-
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime
Fields in io.quarkus.vertx.http.runtime with type parameters of type VertxHttpConfigModifier and TypeFieldDescription(package private) final io.quarkus.runtime.RuntimeValue<VertxHttpConfig> VertxHttpRecorder.httpConfigConstructor parameters in io.quarkus.vertx.http.runtime with type arguments of type VertxHttpConfigModifierConstructorDescriptionGeneratedStaticResourcesRecorder(io.quarkus.runtime.RuntimeValue<VertxHttpConfig> httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig) StaticResourcesRecorder(VertxHttpBuildTimeConfig httpBuildTimeConfig, io.quarkus.runtime.RuntimeValue<VertxHttpConfig> httpConfig) VertxHttpRecorder(VertxHttpBuildTimeConfig httpBuildTimeConfig, ManagementInterfaceBuildTimeConfig managementBuildTimeConfig, io.quarkus.runtime.RuntimeValue<VertxHttpConfig> httpConfig, io.quarkus.runtime.RuntimeValue<ManagementConfig> managementConfig, io.quarkus.runtime.RuntimeValue<io.quarkus.runtime.shutdown.ShutdownConfig> shutdownConfig, io.quarkus.runtime.RuntimeValue<io.quarkus.registry.ValueRegistry> valueRegistry) -
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime.cors
Constructor parameters in io.quarkus.vertx.http.runtime.cors with type arguments of type VertxHttpConfigModifierConstructorDescriptionCORSRecorder(io.quarkus.runtime.RuntimeValue<VertxHttpConfig> httpConfig) -
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime.options
Methods in io.quarkus.vertx.http.runtime.options with parameters of type VertxHttpConfigModifier and TypeMethodDescriptionstatic voidHttpServerOptionsUtils.applyCommonOptions(io.vertx.core.http.HttpServerOptions httpServerOptions, VertxHttpBuildTimeConfig httpBuildTimeConfig, VertxHttpConfig httpConfig, List<String> websocketSubProtocols) static io.vertx.core.http.HttpServerOptionsHttpServerOptionsUtils.createSslOptions(VertxHttpBuildTimeConfig httpBuildTimeConfig, VertxHttpConfig httpConfig, io.quarkus.runtime.LaunchMode launchMode, List<String> websocketSubProtocols, io.quarkus.tls.TlsConfigurationRegistry registry) Get anHttpServerOptionsfor this server configuration, or null if SSL should not be enabledHttpServerTlsConfig.getHttpServerTlsConfigName(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, io.quarkus.runtime.LaunchMode launchMode) HttpServerOptionsUtils.getInsecureRequestStrategy(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildConfig, io.quarkus.runtime.LaunchMode launchMode) static io.vertx.core.http.ClientAuthHttpServerTlsConfig.getTlsClientAuth(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, io.quarkus.runtime.LaunchMode launchMode) -
Uses of VertxHttpConfig in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security with parameters of type VertxHttpConfigModifier and TypeMethodDescription(package private) static HttpSecurityConfigurationHttpSecurityConfiguration.get(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig) static CSRFHttpSecurityConfiguration.getProgrammaticCsrfConfig(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig) static booleanHttpSecurityConfiguration.isNotReady(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, io.quarkus.runtime.LaunchMode launchMode) This method allows to assure from outside of this HTTP Security package that HTTP Security config is ready.Constructors in io.quarkus.vertx.http.runtime.security with parameters of type VertxHttpConfigModifierConstructorDescription(package private)HttpAuthenticator(io.quarkus.security.identity.IdentityProviderManager identityProviderManager, jakarta.enterprise.event.Event<io.quarkus.security.spi.runtime.AuthenticationFailureEvent> authFailureEvent, jakarta.enterprise.event.Event<io.quarkus.security.spi.runtime.AuthenticationSuccessEvent> authSuccessEvent, jakarta.enterprise.inject.spi.BeanManager beanManager, VertxHttpConfig httpConfig, jakarta.enterprise.inject.Instance<io.quarkus.security.identity.IdentityProvider<?>> providers, boolean securityEventsEnabled) (package private)HttpSecurityImpl(io.vertx.core.http.ClientAuth clientAuth, VertxHttpConfig vertxHttpConfig, Optional<String> httpServerTlsConfigName) (package private)JaxRsPathMatchingHttpSecurityPolicy(AuthorizationPolicyStorage storage, jakarta.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies, VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, io.quarkus.security.spi.runtime.BlockingSecurityExecutor blockingSecurityExecutor) (package private)PathMatchingHttpSecurityPolicy(VertxHttpConfig httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig, jakarta.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies) Constructor parameters in io.quarkus.vertx.http.runtime.security with type arguments of type VertxHttpConfigModifierConstructorDescriptionHttpSecurityRecorder(io.quarkus.runtime.RuntimeValue<VertxHttpConfig> httpConfig, VertxHttpBuildTimeConfig httpBuildTimeConfig)