Class ReactorNettyContainer
java.lang.Object
org.jboss.resteasy.plugins.server.reactor.netty.ReactorNettyContainer
@Deprecated(forRemoval=true,
since="6.2.13.Final")
public class ReactorNettyContainer
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ReactorNettyJaxrsServer
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
start()
Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
start
(String bindPath, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
start
(ReactorNettyJaxrsServer server) Deprecated, for removal: This API element is subject to removal in a future version.static void
start
(ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.static void
stop()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
reactorNettyJaxrsServer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
ReactorNettyContainer
public ReactorNettyContainer()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
start
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
start
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
start
Deprecated, for removal: This API element is subject to removal in a future version. -
start
Deprecated, for removal: This API element is subject to removal in a future version. -
start
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
start
public static ResteasyDeployment start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-
stop
public static void stop()Deprecated, for removal: This API element is subject to removal in a future version. -
main
Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception
-