Class ReactorNettyContainer
- java.lang.Object
-
- org.jboss.resteasy.plugins.server.reactor.netty.ReactorNettyContainer
-
public class ReactorNettyContainer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ReactorNettyJaxrsServerreactorNettyJaxrsServer
-
Constructor Summary
Constructors Constructor Description ReactorNettyContainer()
-
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 ResteasyDeploymentstart(ReactorNettyJaxrsServer server)static voidstart(ResteasyDeployment deployment)static voidstop()
-
-
-
Field Detail
-
reactorNettyJaxrsServer
public static ReactorNettyJaxrsServer reactorNettyJaxrsServer
-
-
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)
-
start
public static ResteasyDeployment start(ReactorNettyJaxrsServer server)
-
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()
-
-