public class NettyContainer extends Object
Modifier and Type | Field and Description |
---|---|
static NettyJaxrsServer |
netty |
Constructor and Description |
---|
NettyContainer() |
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,
SecurityDomain domain) |
static ResteasyDeployment |
start(String bindPath,
SecurityDomain domain,
ResteasyDeployment deployment) |
static void |
stop() |
public static NettyJaxrsServer netty
public static ResteasyDeployment start() throws Exception
Exception
public static ResteasyDeployment start(String bindPath) 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, ResteasyDeployment deployment) throws Exception
Exception
Copyright © 2015 JBoss by Red Hat. All rights reserved.