Uses of Interface
org.jboss.resteasy.reactive.spi.RestHandler
-
Packages that use RestHandler Package Description org.jboss.resteasy.reactive.common.core -
-
Uses of RestHandler in org.jboss.resteasy.reactive.common.core
Classes in org.jboss.resteasy.reactive.common.core with type parameters of type RestHandler Modifier and Type Class Description classAbstractResteasyReactiveContext<T extends AbstractResteasyReactiveContext<T,H>,H extends RestHandler<T>>Fields in org.jboss.resteasy.reactive.common.core declared as RestHandler Modifier and Type Field Description protected H[]AbstractResteasyReactiveContext. abortHandlerChainprotected H[]AbstractResteasyReactiveContext. handlersMethods in org.jboss.resteasy.reactive.common.core that return RestHandler Modifier and Type Method Description H[]AbstractResteasyReactiveContext. getAbortHandlerChain()H[]AbstractResteasyReactiveContext. getHandlers()Methods in org.jboss.resteasy.reactive.common.core with parameters of type RestHandler Modifier and Type Method Description voidAbstractResteasyReactiveContext. restart(H[] newHandlerChain)Restarts handler chain processing on a chain that does not target a specific resourcevoidAbstractResteasyReactiveContext. restart(H[] newHandlerChain, boolean keepTarget)TAbstractResteasyReactiveContext. setAbortHandlerChain(H[] abortHandlerChain)Constructors in org.jboss.resteasy.reactive.common.core with parameters of type RestHandler Constructor Description AbstractResteasyReactiveContext(H[] handlerChain, H[] abortHandlerChain, ThreadSetupAction requestContext)
-