Class VertxContainer

java.lang.Object
org.jboss.resteasy.plugins.server.vertx.VertxContainer

@Deprecated(forRemoval=true, since="6.2.13.Final") public class VertxContainer extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
use 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, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    start(String bindPath, org.jboss.resteasy.plugins.server.embedded.SecurityDomain domain, VertxResteasyDeployment 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

    • vertx

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

    • VertxContainer

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