public interface io.vertx.mqtt.MqttServer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.mqtt.MqttServer
  super_class: java.lang.Object
{
  public static io.vertx.mqtt.MqttServer create(io.vertx.core.Vertx, io.vertx.mqtt.MqttServerOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/mqtt/MqttServerOptions;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.mqtt.MqttServerOptions options
         0: .line 45
            new io.vertx.mqtt.impl.MqttServerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* options */
            invokespecial io.vertx.mqtt.impl.MqttServerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/mqtt/MqttServerOptions;)V
            areturn
        end local 1 // io.vertx.mqtt.MqttServerOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  options  Lio/vertx/mqtt/MqttServerOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.mqtt.MqttServer create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 55
            new io.vertx.mqtt.impl.MqttServerImpl
            dup
            aload 0 /* vertx */
            new io.vertx.mqtt.MqttServerOptions
            dup
            invokespecial io.vertx.mqtt.MqttServerOptions.<init>:()V
            invokespecial io.vertx.mqtt.impl.MqttServerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/mqtt/MqttServerOptions;)V
            areturn
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public abstract io.vertx.mqtt.MqttServer listen();
    descriptor: ()Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()

  public abstract io.vertx.mqtt.MqttServer listen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      port  
      host  

  public abstract io.vertx.mqtt.MqttServer listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.mqtt.MqttServer>>);
    descriptor: (ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;)Lio/vertx/mqtt/MqttServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      port           
      host           
      listenHandler  

  public abstract io.vertx.mqtt.MqttServer listen(int);
    descriptor: (I)Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      port  

  public abstract io.vertx.mqtt.MqttServer listen(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.mqtt.MqttServer>>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;)Lio/vertx/mqtt/MqttServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      port           
      listenHandler  

  public abstract io.vertx.mqtt.MqttServer listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.mqtt.MqttServer>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/mqtt/MqttServer;>;>;)Lio/vertx/mqtt/MqttServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      listenHandler  

  public abstract io.vertx.mqtt.MqttServer endpointHandler(io.vertx.core.Handler<io.vertx.mqtt.MqttEndpoint>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/mqtt/MqttEndpoint;>;)Lio/vertx/mqtt/MqttServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.mqtt.MqttServer exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/mqtt/MqttServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/mqtt/MqttServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract int actualPort();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  
}
SourceFile: "MqttServer.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()