Uses of Interface
org.jboss.resteasy.reactive.server.core.RequestContextFactory
-
Packages that use RequestContextFactory Package Description org.jboss.resteasy.reactive.server.core org.jboss.resteasy.reactive.server.core.startup -
-
Uses of RequestContextFactory in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return RequestContextFactory Modifier and Type Method Description RequestContextFactoryDeployment. getRequestContextFactory()Constructors in org.jboss.resteasy.reactive.server.core with parameters of type RequestContextFactory Constructor Description Deployment(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 RequestContextFactory Constructor Description RuntimeDeploymentManager(DeploymentInfo info, Supplier<Executor> executorSupplier, Supplier<Executor> virtualExecutorSupplier, Consumer<Closeable> closeTaskHandler, RequestContextFactory requestContextFactory, ThreadSetupAction threadSetupAction, String rootPath)
-