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 NettyJaxrsServer
netty
-
Constructor Summary
Constructors Constructor Description NettyContainer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static ResteasyDeployment
start()
static ResteasyDeployment
start(String bindPath)
static ResteasyDeployment
start(String bindPath, SecurityDomain domain)
static ResteasyDeployment
start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)
static void
start(ResteasyDeployment deployment)
static void
stop()
-
-
-
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
-
-