Uses of Interface
org.jboss.resteasy.core.Dispatcher
-
Packages that use Dispatcher Package Description org.jboss.resteasy.client.core.executors org.jboss.resteasy.core org.jboss.resteasy.mock org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.spi -
-
Uses of Dispatcher in org.jboss.resteasy.client.core.executors
Fields in org.jboss.resteasy.client.core.executors declared as Dispatcher Modifier and Type Field Description protected Dispatcher
InMemoryClientExecutor. dispatcher
Methods in org.jboss.resteasy.client.core.executors that return Dispatcher Modifier and Type Method Description Dispatcher
InMemoryClientExecutor. getDispatcher()
Constructors in org.jboss.resteasy.client.core.executors with parameters of type Dispatcher Constructor Description InMemoryClientExecutor(Dispatcher dispatcher)
-
Uses of Dispatcher in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement Dispatcher Modifier and Type Class Description class
AsynchronousDispatcher
class
SynchronousDispatcher
-
Uses of Dispatcher in org.jboss.resteasy.mock
Methods in org.jboss.resteasy.mock that return Dispatcher Modifier and Type Method Description static Dispatcher
MockDispatcherFactory. createDispatcher()
-
Uses of Dispatcher in org.jboss.resteasy.plugins.server.servlet
Fields in org.jboss.resteasy.plugins.server.servlet declared as Dispatcher Modifier and Type Field Description protected Dispatcher
ServletContainerDispatcher. dispatcher
Methods in org.jboss.resteasy.plugins.server.servlet that return Dispatcher Modifier and Type Method Description Dispatcher
FilterDispatcher. getDispatcher()
Dispatcher
HttpServletDispatcher. getDispatcher()
Dispatcher
ServletContainerDispatcher. getDispatcher()
Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Dispatcher Modifier and Type Method Description void
ServletContainerDispatcher. setDispatcher(Dispatcher dispatcher)
-
Uses of Dispatcher in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as Dispatcher Modifier and Type Field Description protected Dispatcher
ResteasyDeployment. dispatcher
Methods in org.jboss.resteasy.spi that return Dispatcher Modifier and Type Method Description Dispatcher
ResteasyDeployment. getDispatcher()
Methods in org.jboss.resteasy.spi with parameters of type Dispatcher Modifier and Type Method Description static javax.ws.rs.core.Application
ResteasyDeployment. createApplication(java.lang.String applicationClass, Dispatcher dispatcher, ResteasyProviderFactory providerFactory)
void
ResteasyDeployment. setDispatcher(Dispatcher dispatcher)
-