Class AbstractAres

java.lang.Object
io.vertx.up.extension.AbstractAres
All Implemented Interfaces:
Ares
Direct Known Subclasses:
AresBridge, AresHub, AresSockJs

public abstract class AbstractAres extends Object implements Ares
Author:
Lang
  • Field Summary

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

    Fields inherited from interface io.vertx.up.extension.Ares

    CC_ARES
  • Constructor Summary

    Constructors
    Constructor
    Description
    AbstractAres(io.vertx.core.Vertx vertxRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(io.vertx.core.http.HttpServer server, io.vertx.core.http.HttpServerOptions options)
     
    protected io.horizon.uca.log.Annal
     
    io.vertx.core.Vertx
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.vertx.up.extension.Ares

    configure, mount, mount
  • Field Details

    • server

      protected io.vertx.core.http.HttpServer server
    • options

      protected io.vertx.core.http.HttpServerOptions options
  • Constructor Details

    • AbstractAres

      public AbstractAres(io.vertx.core.Vertx vertxRef)
  • Method Details

    • bind

      public Ares bind(io.vertx.core.http.HttpServer server, io.vertx.core.http.HttpServerOptions options)
      Specified by:
      bind in interface Ares
    • vertx

      public io.vertx.core.Vertx vertx()
    • logger

      protected io.horizon.uca.log.Annal logger()