Uses of Interface
org.jboss.resteasy.spi.Dispatcher
-
Packages that use Dispatcher Package Description org.jboss.resteasy.core org.jboss.resteasy.mock org.jboss.resteasy.plugins.server.servlet org.jboss.resteasy.plugins.server.sun.http org.jboss.resteasy.spi -
-
Uses of Dispatcher in org.jboss.resteasy.core
Classes in org.jboss.resteasy.core that implement Dispatcher Modifier and Type Class Description classAsynchronousDispatcherclassSynchronousDispatcherFields in org.jboss.resteasy.core declared as Dispatcher Modifier and Type Field Description protected DispatcherResteasyDeploymentImpl. dispatcherMethods in org.jboss.resteasy.core that return Dispatcher Modifier and Type Method Description DispatcherResteasyDeploymentImpl. getDispatcher()Methods in org.jboss.resteasy.core with parameters of type Dispatcher Modifier and Type Method Description static javax.ws.rs.core.ApplicationResteasyDeploymentImpl. createApplication(String applicationClass, Dispatcher dispatcher, ResteasyProviderFactory providerFactory)voidResteasyDeploymentImpl. setDispatcher(Dispatcher dispatcher) -
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.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as Dispatcher Modifier and Type Field Description protected DispatcherResteasyHttpHandler. dispatcherMethods in org.jboss.resteasy.plugins.server.sun.http with parameters of type Dispatcher Modifier and Type Method Description voidResteasyHttpHandler. setDispatcher(Dispatcher dispatcher) -
Uses of Dispatcher in org.jboss.resteasy.spi
Methods 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 voidResteasyDeployment. setDispatcher(Dispatcher dispatcher)
-