org.jboss.resteasy.test
Class NettyContainer
java.lang.Object
org.jboss.resteasy.test.NettyContainer
public class NettyContainer
- extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
netty
public static NettyJaxrsServer netty
NettyContainer
public NettyContainer()
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
stop
public static void stop()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.