Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
EmbeddedJaxrsServer.getDeployment() |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedJaxrsServer.setDeployment(ResteasyDeployment deployment) |
Modifier and Type | Field and Description |
---|---|
protected ResteasyDeployment |
NettyJaxrsServer.deployment |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
NettyJaxrsServer.getDeployment() |
Modifier and Type | Method and Description |
---|---|
void |
NettyJaxrsServer.setDeployment(ResteasyDeployment deployment) |
Modifier and Type | Field and Description |
---|---|
protected ResteasyDeployment |
ResteasyBootstrap.deployment |
protected ResteasyDeployment |
ServletContainerDispatcher.deployment |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
ServletBootstrap.createDeployment() |
ResteasyDeployment |
FilterBootstrap.createDeployment() |
ResteasyDeployment |
ListenerBootstrap.createDeployment() |
ResteasyDeployment |
ConfigurationBootstrap.createDeployment() |
Modifier and Type | Field and Description |
---|---|
protected ResteasyDeployment |
HttpContextBuilder.deployment |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
HttpContextBuilder.getDeployment() |
ResteasyDeployment |
SunHttpJaxrsServer.getDeployment() |
Modifier and Type | Method and Description |
---|---|
void |
HttpContextBuilder.setDeployment(ResteasyDeployment deployment) |
void |
SunHttpJaxrsServer.setDeployment(ResteasyDeployment deployment) |
Modifier and Type | Field and Description |
---|---|
protected ResteasyDeployment |
TJWSEmbeddedJaxrsServer.deployment |
Modifier and Type | Method and Description |
---|---|
ResteasyDeployment |
TJWSEmbeddedJaxrsServer.getDeployment() |
Modifier and Type | Method and Description |
---|---|
void |
TJWSEmbeddedJaxrsServer.setDeployment(ResteasyDeployment deployment) |
Modifier and Type | Field and Description |
---|---|
protected static ResteasyDeployment |
BaseResourceTest.deployment |
Modifier and Type | Method and Description |
---|---|
static ResteasyDeployment |
NettyContainer.start() |
static ResteasyDeployment |
HttpServerContainer.start() |
static ResteasyDeployment |
TJWSServletContainer.start() |
static ResteasyDeployment |
EmbeddedContainer.start() |
static ResteasyDeployment |
EmbeddedContainer.start(Hashtable<String,String> initParams) |
static ResteasyDeployment |
EmbeddedContainer.start(Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
NettyContainer.start(String bindPath) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath) |
static ResteasyDeployment |
EmbeddedContainer.start(String bindPath) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
Hashtable<String,String> initParams) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
Hashtable<String,String> initParams) |
static ResteasyDeployment |
EmbeddedContainer.start(String bindPath,
Hashtable<String,String> initParams) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
EmbeddedContainer.start(String bindPath,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
EmbeddedContainer.start(String bindPath,
SecurityDomain domain) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
Modifier and Type | Method and Description |
---|---|
static void |
NettyContainer.start(ResteasyDeployment deployment) |
static void |
HttpServerContainer.start(ResteasyDeployment deployment) |
static void |
TJWSServletContainer.start(ResteasyDeployment deployment) |
static void |
EmbeddedContainer.start(ResteasyDeployment deployment) |
static ResteasyDeployment |
NettyContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment) |
static ResteasyDeployment |
HttpServerContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
static ResteasyDeployment |
TJWSServletContainer.start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams) |
Copyright © 2014. All Rights Reserved.