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 DispatcherInMemoryClientExecutor. dispatcherMethods in org.jboss.resteasy.client.core.executors that return Dispatcher Modifier and Type Method Description DispatcherInMemoryClientExecutor. 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 classAsynchronousDispatcherclassSynchronousDispatcher -
Uses of Dispatcher in org.jboss.resteasy.mock
Methods in org.jboss.resteasy.mock that return Dispatcher Modifier and Type Method Description static DispatcherMockDispatcherFactory. 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 DispatcherServletContainerDispatcher. dispatcherMethods in org.jboss.resteasy.plugins.server.servlet that return Dispatcher Modifier and Type Method Description DispatcherFilterDispatcher. getDispatcher()DispatcherHttpServletDispatcher. getDispatcher()DispatcherServletContainerDispatcher. getDispatcher()Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Dispatcher Modifier and Type Method Description voidServletContainerDispatcher. 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 DispatcherResteasyDeployment. dispatcherMethods in org.jboss.resteasy.spi that return Dispatcher Modifier and Type Method Description DispatcherResteasyDeployment. getDispatcher()Methods in org.jboss.resteasy.spi with parameters of type Dispatcher Modifier and Type Method Description static javax.ws.rs.core.ApplicationResteasyDeployment. createApplication(java.lang.String applicationClass, Dispatcher dispatcher, ResteasyProviderFactory providerFactory)voidResteasyDeployment. setDispatcher(Dispatcher dispatcher)
-