Uses of Interface
org.jboss.resteasy.reactive.server.spi.ServerRestHandler
Packages that use ServerRestHandler
Package
Description
-
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return ServerRestHandlerModifier and TypeMethodDescriptionDeployment.getAbortHandlerChain()DeploymentInfo.getPreExceptionMapperHandler()Methods in org.jboss.resteasy.reactive.server.core that return types with arguments of type ServerRestHandlerMethods in org.jboss.resteasy.reactive.server.core with parameters of type ServerRestHandlerModifier and TypeMethodDescriptionRequestContextFactory.createContext(Deployment deployment, Object context, ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain) DeploymentInfo.setPreExceptionMapperHandler(ServerRestHandler preExceptionMapperHandler) Constructors in org.jboss.resteasy.reactive.server.core with parameters of type ServerRestHandlerModifierConstructorDescriptionDeployment(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 servletPresent, ResteasyReactiveConfig resteasyReactiveConfig, Map<String, List<String>> disabledEndpoints) ResteasyReactiveRequestContext(Deployment deployment, ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain) Constructor parameters in org.jboss.resteasy.reactive.server.core with type arguments of type ServerRestHandlerModifierConstructorDescriptionDeployment(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 servletPresent, ResteasyReactiveConfig resteasyReactiveConfig, Map<String, List<String>> disabledEndpoints) -
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.core.startup
Fields in org.jboss.resteasy.reactive.server.core.startup declared as ServerRestHandlerModifier and TypeFieldDescriptionstatic final ServerRestHandler[]RuntimeDeploymentManager.EMPTY_REST_HANDLER_ARRAYMethods in org.jboss.resteasy.reactive.server.core.startup that return ServerRestHandlerModifier and TypeMethodDescriptionRuntimeInterceptorDeployment.MethodInterceptorContext.setupInterceptorHandler()Methods in org.jboss.resteasy.reactive.server.core.startup that return types with arguments of type ServerRestHandlerModifier and TypeMethodDescriptionRuntimeInterceptorDeployment.MethodInterceptorContext.setupResponseFilterHandler() -
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.handlers
Classes in org.jboss.resteasy.reactive.server.handlers that implement ServerRestHandlerModifier and TypeClassDescriptionclassclassclassclassclassclassOur job is to turn an exception into a Response instance.classHandler that negotiates the content type for endpoints that only produce a single type.classclassHandler that reads data and sets up the input streamclassclassclassclassclassHandler that deals with the case when two methods have the same path, and it needs to select based on content type.classclassclassclassThis handler is used to push streams of data to the client.classclassclassclassclassOur job is to turn endpoint return types into Response instancesclassOur job is to write a ResponseclassclassOur job is to send initial headers for the SSE requestclassclassHandler that negotiates the content type for endpoints that have multiple produces types, or for whatever reason can't have their writer list and media type determined at build time.classFields in org.jboss.resteasy.reactive.server.handlers declared as ServerRestHandlerModifier and TypeFieldDescriptionfinal ServerRestHandler[]RestInitialHandler.InitialMatch.handlersConstructors in org.jboss.resteasy.reactive.server.handlers with parameters of type ServerRestHandlerModifierConstructorDescriptionAbortChainHandler(ServerRestHandler[] abortChain) InitialMatch(ServerRestHandler[] handlers, int maxPathParams) -
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.mapping
Methods in org.jboss.resteasy.reactive.server.mapping that return ServerRestHandlerConstructors in org.jboss.resteasy.reactive.server.mapping with parameters of type ServerRestHandlerModifierConstructorDescriptionRuntimeResource(String httpMethod, URITemplate path, URITemplate classPath, ServerMediaType produces, List<jakarta.ws.rs.core.MediaType> consumes, EndpointInvoker invoker, BeanFactory<Object> endpointFactory, ServerRestHandler[] handlerChain, String javaMethodName, Class<?>[] parameterTypes, Type returnType, boolean blocking, boolean runOnVirtualThread, Class<?> resourceClass, ResteasyReactiveResourceInfo lazyMethod, Map<String, Integer> pathParameterIndexes, Map<ScoreSystem.Category, List<ScoreSystem.Diagnostic>> score, jakarta.ws.rs.core.MediaType streamElementType, Map<Class<? extends Throwable>, ResourceExceptionMapper<? extends Throwable>> classExceptionMappers) -
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.model
Classes in org.jboss.resteasy.reactive.server.model that implement ServerRestHandlerMethods in org.jboss.resteasy.reactive.server.model that return ServerRestHandlerModifier and TypeMethodDescriptiondefault ServerRestHandlerHandlerChainCustomizer.alternateInvocationHandler(EndpointInvoker invoker) Returns an alternate invocation handler for this method.FixedHandlerChainCustomizer.getHandler()Methods in org.jboss.resteasy.reactive.server.model that return types with arguments of type ServerRestHandlerModifier and TypeMethodDescriptionDelegatingServerRestHandler.getDelegates()FixedHandlersChainCustomizer.getHandlers()FixedHandlerChainCustomizer.handlers(HandlerChainCustomizer.Phase phase, ResourceClass resourceClass, ServerResourceMethod serverResourceMethod) FixedHandlersChainCustomizer.handlers(HandlerChainCustomizer.Phase phase, ResourceClass resourceClass, ServerResourceMethod serverResourceMethod) default List<ServerRestHandler> HandlerChainCustomizer.handlers(HandlerChainCustomizer.Phase phase, ResourceClass resourceClass, ServerResourceMethod resourceMethod) Methods in org.jboss.resteasy.reactive.server.model with parameters of type ServerRestHandlerModifier and TypeMethodDescriptionFixedHandlerChainCustomizer.setHandler(ServerRestHandler handler) Method parameters in org.jboss.resteasy.reactive.server.model with type arguments of type ServerRestHandlerModifier and TypeMethodDescriptionvoidDelegatingServerRestHandler.setDelegates(List<ServerRestHandler> delegates) voidFixedHandlersChainCustomizer.setHandlers(List<ServerRestHandler> handlers) Constructors in org.jboss.resteasy.reactive.server.model with parameters of type ServerRestHandlerModifierConstructorDescriptionFixedHandlerChainCustomizer(ServerRestHandler handler, HandlerChainCustomizer.Phase phase) Constructor parameters in org.jboss.resteasy.reactive.server.model with type arguments of type ServerRestHandlerModifierConstructorDescriptionDelegatingServerRestHandler(List<ServerRestHandler> delegates) FixedHandlersChainCustomizer(List<ServerRestHandler> handlers, HandlerChainCustomizer.Phase phase) -
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.spi
Subinterfaces of ServerRestHandler in org.jboss.resteasy.reactive.server.spiModifier and TypeInterfaceDescriptioninterfaceinterfaceDeprecated.Classes in org.jboss.resteasy.reactive.server.spi that implement ServerRestHandler