Class VertxJaxrsServer.Verticle

java.lang.Object
io.vertx.core.AbstractVerticle
org.jboss.resteasy.plugins.server.vertx.VertxJaxrsServer.Verticle
All Implemented Interfaces:
io.vertx.core.Verticle
Enclosing class:
VertxJaxrsServer

public static class VertxJaxrsServer.Verticle extends io.vertx.core.AbstractVerticle
Version:
$Rev: 2080 $, $Date: 2010-01-26 18:04:19 +0900 (Tue, 26 Jan 2010) $
Author:
Andy Taylor (andy.taylor@jboss.org), Trustin Lee, Norman Maurer, Julien Viet
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected io.vertx.core.http.HttpServer
     

    Fields inherited from class io.vertx.core.AbstractVerticle

    context, vertx
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    start(io.vertx.core.Promise<Void> startPromise)
     

    Methods inherited from class io.vertx.core.AbstractVerticle

    config, deploymentID, getVertx, init, processArgs, start, stop, stop

    Methods inherited from class java.lang.Object

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

    • server

      protected io.vertx.core.http.HttpServer server
  • Constructor Details

    • Verticle

      public Verticle()
  • Method Details

    • start

      public void start(io.vertx.core.Promise<Void> startPromise) throws Exception
      Specified by:
      start in interface io.vertx.core.Verticle
      Overrides:
      start in class io.vertx.core.AbstractVerticle
      Throws:
      Exception