Class NettyContainer
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.server.netty.NettyContainer
 
 
- 
public class NettyContainer extends Object
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static NettyJaxrsServernetty 
- 
Constructor Summary
Constructors Constructor Description NettyContainer() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)static ResteasyDeploymentstart()static ResteasyDeploymentstart(String bindPath)static ResteasyDeploymentstart(String bindPath, SecurityDomain domain)static ResteasyDeploymentstart(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)static voidstart(ResteasyDeployment deployment)static voidstop() 
 - 
 
- 
- 
Field Detail
- 
netty
public static NettyJaxrsServer netty
 
 - 
 
- 
Method Detail
- 
start
public static ResteasyDeployment start() throws Exception
- Throws:
 Exception
 
- 
start
public static ResteasyDeployment start(String bindPath) throws Exception
- Throws:
 Exception
 
- 
start
public static void start(ResteasyDeployment deployment) throws Exception
- Throws:
 Exception
 
- 
start
public static ResteasyDeployment start(String bindPath, SecurityDomain domain) throws Exception
- Throws:
 Exception
 
- 
start
public static ResteasyDeployment start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) throws Exception
- Throws:
 Exception
 
 - 
 
 -