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 |
Modifier and Type | Field and Description |
---|---|
protected Dispatcher |
InMemoryClientExecutor.dispatcher |
Modifier and Type | Method and Description |
---|---|
Dispatcher |
InMemoryClientExecutor.getDispatcher() |
Constructor and Description |
---|
InMemoryClientExecutor(Dispatcher dispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
class |
SynchronousDispatcher |
Modifier and Type | Method and Description |
---|---|
static Dispatcher |
MockDispatcherFactory.createDispatcher() |
Modifier and Type | Field and Description |
---|---|
protected Dispatcher |
ServletContainerDispatcher.dispatcher |
Modifier and Type | Method and Description |
---|---|
Dispatcher |
FilterDispatcher.getDispatcher() |
Dispatcher |
ServletContainerDispatcher.getDispatcher() |
Dispatcher |
HttpServletDispatcher.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
ServletContainerDispatcher.setDispatcher(Dispatcher dispatcher) |
Modifier and Type | Field and Description |
---|---|
protected Dispatcher |
ResteasyDeployment.dispatcher |
Modifier and Type | Method and Description |
---|---|
Dispatcher |
ResteasyDeployment.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
static Application |
ResteasyDeployment.createApplication(String applicationClass,
Dispatcher dispatcher,
ResteasyProviderFactory providerFactory) |
void |
ResteasyDeployment.setDispatcher(Dispatcher dispatcher) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.