Uses of Interface
org.jboss.resteasy.reactive.server.core.RequestContextFactory
Packages that use RequestContextFactory
Package
Description
-
Uses of RequestContextFactory in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return RequestContextFactoryConstructors in org.jboss.resteasy.reactive.server.core with parameters of type RequestContextFactoryModifierConstructorDescriptionDeployment(ExceptionMapping exceptionMapping, ContextResolvers contextResolvers, ServerSerialisers serialisers, ServerRestHandler[] abortHandlerChain, EntityWriter dynamicEntityWriter, String prefix, ParamConverterProviders paramConverterProviders, ConfigurationImpl configuration, Supplier<jakarta.ws.rs.core.Application> applicationSupplier, ThreadSetupAction threadSetupAction, RequestContextFactory requestContextFactory, List<ServerRestHandler> preMatchHandlers, ArrayList<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, List<GenericRuntimeConfigurableServerRestHandler<?>> runtimeConfigurableServerRestHandlers, RuntimeExceptionMapper exceptionMapper, boolean resumeOn404, ResteasyReactiveConfig resteasyReactiveConfig, Map<String, List<String>> disabledEndpoints) -
Uses of RequestContextFactory in org.jboss.resteasy.reactive.server.core.startup
Constructors in org.jboss.resteasy.reactive.server.core.startup with parameters of type RequestContextFactoryModifierConstructorDescriptionRuntimeDeploymentManager(DeploymentInfo info, Supplier<Executor> executorSupplier, Supplier<Executor> virtualExecutorSupplier, Consumer<Closeable> closeTaskHandler, RequestContextFactory requestContextFactory, ThreadSetupAction threadSetupAction, String rootPath)