Uses of Interface
org.jboss.resteasy.reactive.server.spi.ServerRestHandler
-
-
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return ServerRestHandler Modifier and Type Method Description ServerRestHandler[]Deployment. getAbortHandlerChain()ServerRestHandlerDeploymentInfo. getPreExceptionMapperHandler()Methods in org.jboss.resteasy.reactive.server.core that return types with arguments of type ServerRestHandler Modifier and Type Method Description List<ServerRestHandler>Deployment. getPreMatchHandlers()Methods in org.jboss.resteasy.reactive.server.core with parameters of type ServerRestHandler Modifier and Type Method Description ResteasyReactiveRequestContextRequestContextFactory. createContext(Deployment deployment, Object context, ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain)DeploymentInfoDeploymentInfo. setPreExceptionMapperHandler(ServerRestHandler preExceptionMapperHandler)Constructors in org.jboss.resteasy.reactive.server.core with parameters of type ServerRestHandler 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)ResteasyReactiveRequestContext(Deployment deployment, ThreadSetupAction requestContext, ServerRestHandler[] handlerChain, ServerRestHandler[] abortHandlerChain)Constructor parameters in org.jboss.resteasy.reactive.server.core with type arguments of type ServerRestHandler 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 ServerRestHandler in org.jboss.resteasy.reactive.server.core.startup
Fields in org.jboss.resteasy.reactive.server.core.startup declared as ServerRestHandler Modifier and Type Field Description static ServerRestHandler[]RuntimeDeploymentManager. EMPTY_REST_HANDLER_ARRAYMethods in org.jboss.resteasy.reactive.server.core.startup that return ServerRestHandler Modifier and Type Method Description ServerRestHandlerRuntimeInterceptorDeployment.MethodInterceptorContext. setupInterceptorHandler()Methods in org.jboss.resteasy.reactive.server.core.startup that return types with arguments of type ServerRestHandler Modifier and Type Method Description List<ServerRestHandler>RuntimeInterceptorDeployment.MethodInterceptorContext. setupResponseFilterHandler() -
Uses of ServerRestHandler in org.jboss.resteasy.reactive.server.handlers
Classes in org.jboss.resteasy.reactive.server.handlers that implement ServerRestHandler Modifier and Type Class Description classAbortChainHandlerclassBlockingHandlerclassCacheControlHandlerclassClassRoutingHandlerclassCompletionStageResponseHandlerclassExceptionHandlerOur job is to turn an exception into a Response instance.classFixedProducesHandlerHandler that negotiates the content type for endpoints that only produce a single type.classFormBodyHandlerclassInputHandlerHandler that reads data and sets up the input streamclassInstanceHandlerclassInterceptorHandlerclassInvocationHandlerclassMatrixParamHandlerclassMediaTypeMapperHandler that deals with the case when two methods have the same path, and it needs to select based on content type.classNonBlockingHandlerclassParameterHandlerclassPerRequestInstanceHandlerclassPublisherResponseHandlerThis handler is used to push streams of data to the client.classRequestDeserializeHandlerclassResourceLocatorHandlerclassResourceRequestFilterHandlerclassResourceResponseFilterHandlerclassResponseHandlerOur job is to turn endpoint return types into Response instancesclassResponseWriterHandlerOur job is to write a ResponseclassRestInitialHandlerclassSseResponseWriterHandlerOur job is to send initial headers for the SSE requestclassUniResponseHandlerclassVariableProducesHandlerHandler 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.classVirtualThreadNonBlockingHandlerFields in org.jboss.resteasy.reactive.server.handlers declared as ServerRestHandler Modifier and Type Field Description ServerRestHandler[]RestInitialHandler.InitialMatch. handlersConstructors in org.jboss.resteasy.reactive.server.handlers with parameters of type ServerRestHandler Constructor Description AbortChainHandler(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 ServerRestHandler Modifier and Type Method Description ServerRestHandler[]RuntimeResource. getHandlerChain()Constructors in org.jboss.resteasy.reactive.server.mapping with parameters of type ServerRestHandler Constructor Description RuntimeResource(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 ServerRestHandler Modifier and Type Class Description classDelegatingServerRestHandlerMethods in org.jboss.resteasy.reactive.server.model that return ServerRestHandler Modifier and Type Method Description default ServerRestHandlerHandlerChainCustomizer. alternateInvocationHandler(EndpointInvoker invoker)Returns an alternate invocation handler for this method.ServerRestHandlerFixedHandlerChainCustomizer. getHandler()Methods in org.jboss.resteasy.reactive.server.model that return types with arguments of type ServerRestHandler Modifier and Type Method Description List<ServerRestHandler>DelegatingServerRestHandler. getDelegates()List<ServerRestHandler>FixedHandlersChainCustomizer. getHandlers()List<ServerRestHandler>FixedHandlerChainCustomizer. handlers(HandlerChainCustomizer.Phase phase, ResourceClass resourceClass, ServerResourceMethod serverResourceMethod)List<ServerRestHandler>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 ServerRestHandler Modifier and Type Method Description FixedHandlerChainCustomizerFixedHandlerChainCustomizer. setHandler(ServerRestHandler handler)Method parameters in org.jboss.resteasy.reactive.server.model with type arguments of type ServerRestHandler Modifier and Type Method Description voidDelegatingServerRestHandler. setDelegates(List<ServerRestHandler> delegates)voidFixedHandlersChainCustomizer. setHandlers(List<ServerRestHandler> handlers)Constructors in org.jboss.resteasy.reactive.server.model with parameters of type ServerRestHandler Constructor Description FixedHandlerChainCustomizer(ServerRestHandler handler, HandlerChainCustomizer.Phase phase)Constructor parameters in org.jboss.resteasy.reactive.server.model with type arguments of type ServerRestHandler Constructor Description DelegatingServerRestHandler(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.spi Modifier and Type Interface Description interfaceGenericRuntimeConfigurableServerRestHandler<T>interfaceRuntimeConfigurableServerRestHandlerDeprecated.
-