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 class
AsynchronousDispatcher
class
SynchronousDispatcher
Fields in org.jboss.resteasy.core declared as Dispatcher Modifier and Type Field Description protected Dispatcher
ResteasyDeploymentImpl. dispatcher
Methods in org.jboss.resteasy.core that return Dispatcher Modifier and Type Method Description Dispatcher
ResteasyDeploymentImpl. getDispatcher()
Methods in org.jboss.resteasy.core with parameters of type Dispatcher Modifier and Type Method Description static javax.ws.rs.core.Application
ResteasyDeploymentImpl. createApplication(String applicationClass, Dispatcher dispatcher, ResteasyProviderFactory providerFactory)
void
ResteasyDeploymentImpl. 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 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.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as Dispatcher Modifier and Type Field Description protected Dispatcher
ResteasyHttpHandler. dispatcher
Methods in org.jboss.resteasy.plugins.server.sun.http with parameters of type Dispatcher Modifier and Type Method Description void
ResteasyHttpHandler. 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 Dispatcher
ResteasyDeployment. getDispatcher()
Methods in org.jboss.resteasy.spi with parameters of type Dispatcher Modifier and Type Method Description void
ResteasyDeployment. setDispatcher(Dispatcher dispatcher)
-