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