A B C D E F G H I L M N O P Q R S T U V 
All Classes All Packages

A

add(Closeable) - Method in interface io.quarkus.resteasy.reactive.server.Closer
Register a new Closeable that is to be closed when the request completes.
add(Closeable) - Method in class io.quarkus.resteasy.reactive.server.runtime.CloserImpl
 
association - Variable in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 
AuthenticatedInterceptor() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor.AuthenticatedInterceptor
 
AuthenticationCompletionExceptionMapper - Class in io.quarkus.resteasy.reactive.server.runtime.exceptionmappers
 
AuthenticationCompletionExceptionMapper() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationCompletionExceptionMapper
 
AuthenticationFailedExceptionMapper - Class in io.quarkus.resteasy.reactive.server.runtime.exceptionmappers
 
AuthenticationFailedExceptionMapper() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationFailedExceptionMapper
 
AuthenticationRedirectExceptionMapper - Class in io.quarkus.resteasy.reactive.server.runtime.exceptionmappers
 
AuthenticationRedirectExceptionMapper() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationRedirectExceptionMapper
 

B

basePath - Variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.ResourceDescription
 
beanUnavailable(String) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 

C

calls - Variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.ResourceDescription
 
classMappers - Static variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
clientProxyUnwrapper() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
close() - Method in class io.quarkus.resteasy.reactive.server.runtime.CloserImpl
 
closeCloser(CloserImpl) - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusContextProducers
 
closer() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusContextProducers
 
Closer - Interface in io.quarkus.resteasy.reactive.server
A service that allows users to close any Closeable that when the request completes.
CloserImpl - Class in io.quarkus.resteasy.reactive.server.runtime
 
CloserImpl() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.CloserImpl
 
configureHandlers(RuntimeValue<Deployment>, Map<Class<?>, Supplier<?>>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRuntimeRecorder
 
consumes - Variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.MethodDescription
 
controller - Variable in class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor
 
createDeployment(DeploymentInfo, BeanContainer, ShutdownContext, HttpBuildTimeConfig, RequestContextFactory, BeanFactory<ResteasyReactiveInitialiser>, LaunchMode, boolean) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
createSecurityContext() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 
createServerSerialisers() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
currentDeployment - Static variable in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
Customizer() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
 
Customizer() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.security.SecurityContextOverrideHandler.Customizer
 

D

defaultAuthFailureHandler() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
defaultCharset() - Method in interface io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveServerRuntimeConfig.InputPartConfigGroup
Default charset.
disableIfMissing() - Method in annotation type io.quarkus.resteasy.reactive.server.EndpointDisabled
Determines if the Resource class is to be disabled when the property name specified by name has not been specified at all
disableIfPropertyMatches(String, String, boolean) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 

E

EagerSecurityHandler - Class in io.quarkus.resteasy.reactive.server.runtime.security
 
EagerSecurityHandler(boolean) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler
 
EagerSecurityHandler.Customizer - Class in io.quarkus.resteasy.reactive.server.runtime.security
 
EagerSecurityHandler.Customizer.ProactiveAuthDisabledCustomizer - Class in io.quarkus.resteasy.reactive.server.runtime.security
 
EagerSecurityHandler.Customizer.ProactiveAuthEnabledCustomizer - Class in io.quarkus.resteasy.reactive.server.runtime.security
 
EndpointDisabled - Annotation Type in io.quarkus.resteasy.reactive.server
Provides the ability to conditionally enable a JAX-RS Resource class at runtime based on the value of a property.
endpointProvider() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveTestHttpProvider
 
EndpointScoresSupplier - Class in io.quarkus.resteasy.reactive.server.runtime
 
EndpointScoresSupplier() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.EndpointScoresSupplier
 
Entry(String, Integer) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ParamConverterProvidersSupplier.Entry
 
Entry(String, String, Integer) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ExceptionMappersSupplier.Entry
 
ExceptionMapperRecorder - Class in io.quarkus.resteasy.reactive.server.runtime
 
ExceptionMapperRecorder() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ExceptionMapperRecorder
 
ExceptionMappersSupplier - Class in io.quarkus.resteasy.reactive.server.runtime
 
ExceptionMappersSupplier() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ExceptionMappersSupplier
 
ExceptionMappersSupplier.Entry - Class in io.quarkus.resteasy.reactive.server.runtime
 
EXECUTOR_SUPPLIER - Static variable in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
extractParameter(ResteasyReactiveRequestContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.websocket.VertxWebSocketParamExtractor
 

F

factoryCreator(BeanContainer) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
failureHandler(RuntimeValue<RestInitialHandler>, boolean, boolean, boolean, boolean) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
ForbiddenExceptionMapper - Class in io.quarkus.resteasy.reactive.server.runtime.exceptionmappers
 
ForbiddenExceptionMapper() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.ForbiddenExceptionMapper
 
fromClassMappers(List<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>>) - Static method in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.ResourceDescription
 
fullPath - Variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.MethodDescription
 

G

get() - Method in class io.quarkus.resteasy.reactive.server.runtime.EndpointScoresSupplier
 
get() - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMappersSupplier
 
get() - Method in class io.quarkus.resteasy.reactive.server.runtime.ParamConverterProvidersSupplier
 
get() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusCurrentRequest
 
getAuthenticationScheme() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveSecurityContext
 
getClassName() - Method in class io.quarkus.resteasy.reactive.server.runtime.ParamConverterProvidersSupplier.Entry
 
getCompression() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
getCompressMediaTypes() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
getCurrentDeployment() - Static method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
getEndpointScores() - Method in class io.quarkus.resteasy.reactive.server.runtime.devui.ResteasyReactiveJsonRPCService
 
getExceptionClassName() - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMappersSupplier.Entry
 
getExceptionMappers() - Method in class io.quarkus.resteasy.reactive.server.runtime.devui.ResteasyReactiveJsonRPCService
 
getMapperClassName() - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMappersSupplier.Entry
 
getParamConverterProviders() - Method in class io.quarkus.resteasy.reactive.server.runtime.devui.ResteasyReactiveJsonRPCService
 
getPriority() - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMappersSupplier.Entry
 
getPriority() - Method in class io.quarkus.resteasy.reactive.server.runtime.ParamConverterProvidersSupplier.Entry
 
getProduces() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
getTemplatePath() - Method in class io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityHandler
 
getUserPrincipal() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveSecurityContext
 

H

handle(RoutingContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationFailedExceptionMapper
 
handle(RoutingContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.UnauthorizedExceptionMapper
 
handle(ResteasyReactiveRequestContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityHandler
 
handle(ResteasyReactiveRequestContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
handle(ResteasyReactiveRequestContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler
 
handle(ResteasyReactiveRequestContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.security.SecurityContextOverrideHandler
 
handleApplication(Class<? extends Application>, boolean) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
This is Quarkus specific.
handler(RuntimeValue<RestInitialHandler>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
handleRequestScopeActivation() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 
handlers(HandlerChainCustomizer.Phase, ResourceClass, ServerResourceMethod) - Method in class io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityCustomizer
 
handlers(HandlerChainCustomizer.Phase, ResourceClass, ServerResourceMethod) - Method in class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
 
handlers(HandlerChainCustomizer.Phase, ResourceClass, ServerResourceMethod) - Method in class io.quarkus.resteasy.reactive.server.runtime.security.SecurityContextOverrideHandler.Customizer
 
handlers(HandlerChainCustomizer.Phase, ResourceClass, ServerResourceMethod) - Method in class io.quarkus.resteasy.reactive.server.runtime.websocket.VertxWebSocketRestHandler
 
handlesUnmappedException() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 
handleUnmappedException(Throwable) - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 
handleUnrecoverableError(Throwable) - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 
handleWithAuthenticator(RoutingContext) - Static method in class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.SecurityExceptionMapperUtil
 
httpConf - Variable in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRuntimeRecorder
 
httpServerResponse() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusContextProducers
 

I

init(Deployment) - Method in interface io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveInitialiser
This is where we stuff all generated static init calls we need to make.
inputPart() - Method in interface io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveServerRuntimeConfig.MultipartConfigGroup
Input part configuration.
intercept(InvocationContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor
 
invokeHandler(int) - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
The implementation looks like it makes no sense, but it in fact does make sense from a performance perspective.
invoker(String) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
io.quarkus.resteasy.reactive.server - package io.quarkus.resteasy.reactive.server
 
io.quarkus.resteasy.reactive.server.runtime - package io.quarkus.resteasy.reactive.server.runtime
 
io.quarkus.resteasy.reactive.server.runtime.devui - package io.quarkus.resteasy.reactive.server.runtime.devui
 
io.quarkus.resteasy.reactive.server.runtime.exceptionmappers - package io.quarkus.resteasy.reactive.server.runtime.exceptionmappers
 
io.quarkus.resteasy.reactive.server.runtime.observability - package io.quarkus.resteasy.reactive.server.runtime.observability
 
io.quarkus.resteasy.reactive.server.runtime.security - package io.quarkus.resteasy.reactive.server.runtime.security
 
io.quarkus.resteasy.reactive.server.runtime.websocket - package io.quarkus.resteasy.reactive.server.runtime.websocket
 
isProactiveAuthDisabled() - Method in class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
 
isProactiveAuthDisabled() - Method in class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer.ProactiveAuthDisabledCustomizer
 
isProactiveAuthDisabled() - Method in class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer.ProactiveAuthEnabledCustomizer
 
isSecure() - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveSecurityContext
 
isUserInRole(String) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveSecurityContext
 

L

logger - Static variable in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 

M

META_INF_RESOURCES - Static variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
method - Variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.MethodDescription
 
MethodDescription(String, String, String, String) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.MethodDescription
 
multipart() - Method in interface io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveServerRuntimeConfig
Input part configuration.
MULTIPLE_SLASH_PATTERN - Static variable in class io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityHandler
 

N

name() - Method in annotation type io.quarkus.resteasy.reactive.server.EndpointDisabled
Name of the property to check
newInstance(boolean) - Static method in class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
 
NotFoundExceptionMapper - Class in io.quarkus.resteasy.reactive.server.runtime
 
NotFoundExceptionMapper() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
NotFoundExceptionMapper.MethodDescription - Class in io.quarkus.resteasy.reactive.server.runtime
 
NotFoundExceptionMapper.ResourceDescription - Class in io.quarkus.resteasy.reactive.server.runtime
 

O

ObservabilityCustomizer - Class in io.quarkus.resteasy.reactive.server.runtime.observability
 
ObservabilityCustomizer() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityCustomizer
 
ObservabilityHandler - Class in io.quarkus.resteasy.reactive.server.runtime.observability
 
ObservabilityHandler() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityHandler
 

P

ParamConverterProvidersSupplier - Class in io.quarkus.resteasy.reactive.server.runtime
 
ParamConverterProvidersSupplier() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ParamConverterProvidersSupplier
 
ParamConverterProvidersSupplier.Entry - Class in io.quarkus.resteasy.reactive.server.runtime
 
PermissionsAllowedInterceptor() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor.PermissionsAllowedInterceptor
 
PermitAllInterceptor() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor.PermitAllInterceptor
 
ProactiveAuthDisabledCustomizer() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer.ProactiveAuthDisabledCustomizer
 
ProactiveAuthEnabledCustomizer() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer.ProactiveAuthEnabledCustomizer
 
produces - Variable in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.MethodDescription
 
providers() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusContextProducers
 

Q

QuarkusContextProducers - Class in io.quarkus.resteasy.reactive.server.runtime
Provides CDI producers for objects that can be injected via @Context In RESTEasy Reactive this works because @Context is considered an alias for @Inject through the use of AutoInjectAnnotationBuildItem
QuarkusContextProducers() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.QuarkusContextProducers
 
QuarkusCurrentRequest - Class in io.quarkus.resteasy.reactive.server.runtime
 
QuarkusCurrentRequest(CurrentVertxRequest) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.QuarkusCurrentRequest
 
QuarkusResteasyReactiveRequestContext - Class in io.quarkus.resteasy.reactive.server.runtime
 
QuarkusResteasyReactiveRequestContext(Deployment, RoutingContext, ThreadSetupAction, ServerRestHandler[], ServerRestHandler[], ClassLoader, CurrentIdentityAssociation) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 

R

registerContextResolver(ContextResolvers, String, ResourceContextResolver) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
registerExceptionMapper(ExceptionMapping, String, ResourceExceptionMapper<Throwable>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
requestScopeDeactivated() - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 
ResourceDescription(String) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper.ResourceDescription
 
ResteasyReactiveCompressionHandler - Class in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveCompressionHandler() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
ResteasyReactiveCompressionHandler(Set<String>) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
ResteasyReactiveInitialiser - Interface in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveJsonRPCService - Class in io.quarkus.resteasy.reactive.server.runtime.devui
 
ResteasyReactiveJsonRPCService() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.devui.ResteasyReactiveJsonRPCService
 
ResteasyReactiveRecorder - Class in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveRecorder() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
ResteasyReactiveRuntimeRecorder - Class in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveRuntimeRecorder(HttpConfiguration) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRuntimeRecorder
 
ResteasyReactiveSecurityContext - Class in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveSecurityContext(RoutingContext) - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveSecurityContext
 
ResteasyReactiveServerRuntimeConfig - Interface in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveServerRuntimeConfig.InputPartConfigGroup - Interface in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveServerRuntimeConfig.MultipartConfigGroup - Interface in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveTestHttpProvider - Class in io.quarkus.resteasy.reactive.server.runtime
 
ResteasyReactiveTestHttpProvider() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveTestHttpProvider
 
restInitialHandler(RuntimeValue<Deployment>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
RolesAllowedInterceptor() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor.RolesAllowedInterceptor
 
runtimeConfiguration(RuntimeValue<Deployment>, ResteasyReactiveServerRuntimeConfig) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRuntimeRecorder
 

S

SecurityContextOverrideHandler - Class in io.quarkus.resteasy.reactive.server.runtime.security
 
SecurityContextOverrideHandler() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.security.SecurityContextOverrideHandler
 
SecurityContextOverrideHandler.Customizer - Class in io.quarkus.resteasy.reactive.server.runtime.security
 
SecurityExceptionMapperUtil - Class in io.quarkus.resteasy.reactive.server.runtime.exceptionmappers
 
servlets(Map<String, List<String>>) - Static method in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
set(ResteasyReactiveRequestContext) - Method in class io.quarkus.resteasy.reactive.server.runtime.QuarkusCurrentRequest
 
setAdditionalEndpoints(List<AdditionalRouteDescription>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMapperRecorder
 
setAdditionalEndpoints(List<AdditionalRouteDescription>) - Static method in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
setCompression(HttpCompression) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
setCompressMediaTypes(Set<String>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
setHttpRoot(String) - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMapperRecorder
 
setHttpRoot(String) - Static method in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
setProduces(String) - Method in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveCompressionHandler
 
setReactiveRoutes(List<RouteDescription>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMapperRecorder
 
setReactiveRoutes(List<RouteDescription>) - Static method in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
setServlets(Map<String, List<String>>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMapperRecorder
 
setStaticResourceRoots(Set<String>) - Method in class io.quarkus.resteasy.reactive.server.runtime.ExceptionMapperRecorder
 
setTemplatePath(String) - Method in class io.quarkus.resteasy.reactive.server.runtime.observability.ObservabilityHandler
 
STANDARD_SECURITY_CHECK_INTERCEPTOR - Static variable in class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor
 
StandardSecurityCheckInterceptor - Class in io.quarkus.resteasy.reactive.server.runtime
Security checks for RBAC annotations on endpoints are done by the EagerSecurityHandler, this interceptor propagates the information to the SecurityHandler to prevent repeated checks.
StandardSecurityCheckInterceptor() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor
 
StandardSecurityCheckInterceptor.AuthenticatedInterceptor - Class in io.quarkus.resteasy.reactive.server.runtime
Prevent the SecurityHandler from performing Authenticated security checks
StandardSecurityCheckInterceptor.PermissionsAllowedInterceptor - Class in io.quarkus.resteasy.reactive.server.runtime
Prevent the SecurityHandler from performing PermissionsAllowed security checks
StandardSecurityCheckInterceptor.PermitAllInterceptor - Class in io.quarkus.resteasy.reactive.server.runtime
Prevent the SecurityHandler from performing PermitAll security checks
StandardSecurityCheckInterceptor.RolesAllowedInterceptor - Class in io.quarkus.resteasy.reactive.server.runtime
Prevent the SecurityHandler from performing RolesAllowed security checks
staticResources(Set<String>) - Static method in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 
stringValue() - Method in annotation type io.quarkus.resteasy.reactive.server.EndpointDisabled
Expected String value of the property (specified by name) if the Resource class is to be disabled

T

toResponse(AuthenticationCompletionException) - Method in class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationCompletionExceptionMapper
 
toResponse(AuthenticationRedirectException) - Method in class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.AuthenticationRedirectExceptionMapper
 
toResponse(ForbiddenException) - Method in class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.ForbiddenExceptionMapper
 
toResponse(Throwable, HttpHeaders) - Method in class io.quarkus.resteasy.reactive.server.runtime.NotFoundExceptionMapper
 

U

UnauthorizedExceptionMapper - Class in io.quarkus.resteasy.reactive.server.runtime.exceptionmappers
 
UnauthorizedExceptionMapper() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.UnauthorizedExceptionMapper
 
userSetup - Variable in class io.quarkus.resteasy.reactive.server.runtime.QuarkusResteasyReactiveRequestContext
 

V

VertxWebSocketParamExtractor - Class in io.quarkus.resteasy.reactive.server.runtime.websocket
 
VertxWebSocketParamExtractor() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.websocket.VertxWebSocketParamExtractor
 
VertxWebSocketRestHandler - Class in io.quarkus.resteasy.reactive.server.runtime.websocket
 
VertxWebSocketRestHandler() - Constructor for class io.quarkus.resteasy.reactive.server.runtime.websocket.VertxWebSocketRestHandler
 
VIRTUAL_EXECUTOR_SUPPLIER - Static variable in class io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveRecorder
 
A B C D E F G H I L M N O P Q R S T U V 
All Classes All Packages