RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Interface
org.jboss.resteasy.core.Dispatcher

Packages that use Dispatcher
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
protected  Dispatcher InMemoryClientExecutor.dispatcher
           
 

Methods in org.jboss.resteasy.client.core.executors that return Dispatcher
 Dispatcher InMemoryClientExecutor.getDispatcher()
           
 

Constructors in org.jboss.resteasy.client.core.executors with parameters of type Dispatcher
InMemoryClientExecutor(Dispatcher dispatcher)
           
 

Uses of Dispatcher in org.jboss.resteasy.core
 

Classes in org.jboss.resteasy.core that implement Dispatcher
 class AsynchronousDispatcher
           
 class SynchronousDispatcher
           
 

Uses of Dispatcher in org.jboss.resteasy.mock
 

Methods in org.jboss.resteasy.mock that return Dispatcher
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
protected  Dispatcher ServletContainerDispatcher.dispatcher
           
 

Methods in org.jboss.resteasy.plugins.server.servlet that return Dispatcher
 Dispatcher ServletContainerDispatcher.getDispatcher()
           
 Dispatcher FilterDispatcher.getDispatcher()
           
 Dispatcher HttpServletDispatcher.getDispatcher()
           
 

Methods in org.jboss.resteasy.plugins.server.servlet with parameters of type Dispatcher
 void ServletContainerDispatcher.setDispatcher(Dispatcher dispatcher)
           
 

Uses of Dispatcher in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi declared as Dispatcher
protected  Dispatcher ResteasyDeployment.dispatcher
           
 

Methods in org.jboss.resteasy.spi that return Dispatcher
 Dispatcher ResteasyDeployment.getDispatcher()
           
 

Methods in org.jboss.resteasy.spi with parameters of type Dispatcher
 void ResteasyDeployment.setDispatcher(Dispatcher dispatcher)
           
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.