Uses of Interface
org.jboss.resteasy.reactive.spi.RestHandler
Packages that use RestHandler
-
Uses of RestHandler in org.jboss.resteasy.reactive.common.core
Classes in org.jboss.resteasy.reactive.common.core with type parameters of type RestHandlerModifier and TypeClassDescriptionclassAbstractResteasyReactiveContext<T extends AbstractResteasyReactiveContext<T,H>, H extends RestHandler<T>> Fields in org.jboss.resteasy.reactive.common.core declared as RestHandlerModifier and TypeFieldDescriptionprotected H[]AbstractResteasyReactiveContext.abortHandlerChainprotected H[]AbstractResteasyReactiveContext.handlersMethods in org.jboss.resteasy.reactive.common.core that return RestHandlerModifier and TypeMethodDescriptionH[]AbstractResteasyReactiveContext.getAbortHandlerChain()H[]AbstractResteasyReactiveContext.getHandlers()Methods in org.jboss.resteasy.reactive.common.core with parameters of type RestHandlerModifier and TypeMethodDescriptionvoidRestarts handler chain processing on a chain that does not target a specific resourcevoidAbstractResteasyReactiveContext.setAbortHandlerChain(H[] abortHandlerChain) Constructors in org.jboss.resteasy.reactive.common.core with parameters of type RestHandlerModifierConstructorDescriptionAbstractResteasyReactiveContext(H[] handlerChain, H[] abortHandlerChain, ThreadSetupAction requestContext)