Modifier and Type | Class and Description |
---|---|
class |
AsynchronousDispatcher |
class |
SynchronousDispatcher |
Modifier and Type | Field and Description |
---|---|
protected Dispatcher |
ResteasyDeploymentImpl.dispatcher |
Modifier and Type | Method and Description |
---|---|
Dispatcher |
ResteasyDeploymentImpl.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Application |
ResteasyDeploymentImpl.createApplication(String applicationClass,
Dispatcher dispatcher,
ResteasyProviderFactory providerFactory) |
void |
ResteasyDeploymentImpl.setDispatcher(Dispatcher dispatcher) |
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 |
ServletContainerDispatcher.getDispatcher() |
Dispatcher |
HttpServletDispatcher.getDispatcher() |
Dispatcher |
FilterDispatcher.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
ServletContainerDispatcher.setDispatcher(Dispatcher dispatcher) |
Modifier and Type | Field and Description |
---|---|
protected Dispatcher |
ResteasyHttpHandler.dispatcher |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyHttpHandler.setDispatcher(Dispatcher dispatcher) |
Modifier and Type | Field and Description |
---|---|
protected Dispatcher |
SpringBeanProcessor.dispatcher |
Modifier and Type | Method and Description |
---|---|
Dispatcher |
SpringBeanProcessor.getDispatcher() |
Dispatcher |
SpringBeanProcessorServletAware.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
SpringBeanProcessor.setDispatcher(Dispatcher dispatcher) |
Constructor and Description |
---|
SpringBeanProcessor(Dispatcher dispatcher) |
SpringBeanProcessor(Dispatcher dispatcher,
Registry registry,
ResteasyProviderFactory providerFactory) |
Modifier and Type | Method and Description |
---|---|
Dispatcher |
ResteasyDeployment.getDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
ResteasyDeployment.setDispatcher(Dispatcher dispatcher) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.