Class NettyContainer

java.lang.Object
org.jboss.resteasy.plugins.server.netty.NettyContainer

@Deprecated(forRemoval=true, since="6.2.13.Final") public class NettyContainer extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use the new dependencies
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    start(String bindPath)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    start(String bindPath, SecurityDomain domain)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • netty

      public static NettyJaxrsServer netty
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • NettyContainer

      public NettyContainer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details