@Deprecated public class HttpServerContainer extends Object
| Modifier and Type | Field and Description |
|---|---|
static SunHttpJaxrsServer |
sun
Deprecated.
|
| Constructor and Description |
|---|
HttpServerContainer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Deprecated.
|
static ResteasyDeployment |
start()
Deprecated.
|
static void |
start(ResteasyDeployment deployment)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
Hashtable<String,String> initParams)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
SecurityDomain domain)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
SecurityDomain domain,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
static ResteasyDeployment |
start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment,
Hashtable<String,String> initParams,
Hashtable<String,String> contextParams)
Deprecated.
|
static void |
stop()
Deprecated.
|
public static SunHttpJaxrsServer sun
public static ResteasyDeployment start() throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, Hashtable<String,String> initParams) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
Exceptionpublic static void start(ResteasyDeployment deployment) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, SecurityDomain domain) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, SecurityDomain domain, Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
Exceptionpublic static ResteasyDeployment start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String,String> initParams, Hashtable<String,String> contextParams) throws Exception
ExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.