public interface io.vertx.ext.stomp.StompServer
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.stomp.StompServer
  super_class: java.lang.Object
{
  public static io.vertx.ext.stomp.StompServer create(io.vertx.core.Vertx, io.vertx.ext.stomp.StompServerOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.stomp.StompServerOptions options
         0: .line 46
            new io.vertx.ext.stomp.impl.StompServerImpl
            dup
            aload 0 /* vertx */
            aconst_null
            aload 1 /* options */
            invokespecial io.vertx.ext.stomp.impl.StompServerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/core/net/NetServer;Lio/vertx/ext/stomp/StompServerOptions;)V
            areturn
        end local 1 // io.vertx.ext.stomp.StompServerOptions 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/ext/stomp/StompServerOptions;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.ext.stomp.StompServer create(io.vertx.core.Vertx, io.vertx.core.net.NetServer);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/net/NetServer;)Lio/vertx/ext/stomp/StompServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.net.NetServer netServer
         0: .line 57
            new io.vertx.ext.stomp.impl.StompServerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* netServer */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
            invokespecial io.vertx.ext.stomp.impl.StompServerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/core/net/NetServer;Lio/vertx/ext/stomp/StompServerOptions;)V
            areturn
        end local 1 // io.vertx.core.net.NetServer netServer
        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  netServer  Lio/vertx/core/net/NetServer;
    MethodParameters:
           Name  Flags
      vertx      
      netServer  

  public static io.vertx.ext.stomp.StompServer create(io.vertx.core.Vertx, io.vertx.core.net.NetServer, io.vertx.ext.stomp.StompServerOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/net/NetServer;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.net.NetServer net
        start local 2 // io.vertx.ext.stomp.StompServerOptions options
         0: .line 69
            new io.vertx.ext.stomp.impl.StompServerImpl
            dup
            aload 0 /* vertx */
            aload 1 /* net */
            aload 2 /* options */
            invokespecial io.vertx.ext.stomp.impl.StompServerImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/core/net/NetServer;Lio/vertx/ext/stomp/StompServerOptions;)V
            areturn
        end local 2 // io.vertx.ext.stomp.StompServerOptions options
        end local 1 // io.vertx.core.net.NetServer net
        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      net  Lio/vertx/core/net/NetServer;
            0    1     2  options  Lio/vertx/ext/stomp/StompServerOptions;
    MethodParameters:
         Name  Flags
      vertx    
      net      
      options  

  public static io.vertx.ext.stomp.StompServer create(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)Lio/vertx/ext/stomp/StompServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.Vertx vertx
         0: .line 79
            aload 0 /* vertx */
            new io.vertx.ext.stomp.StompServerOptions
            dup
            invokespecial io.vertx.ext.stomp.StompServerOptions.<init>:()V
            invokestatic io.vertx.ext.stomp.StompServer.create:(Lio/vertx/core/Vertx;Lio/vertx/ext/stomp/StompServerOptions;)Lio/vertx/ext/stomp/StompServer;
            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.ext.stomp.StompServer handler(io.vertx.ext.stomp.StompServerHandler);
    descriptor: (Lio/vertx/ext/stomp/StompServerHandler;)Lio/vertx/ext/stomp/StompServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.StompServer> listen(int);
    descriptor: (I)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lio/vertx/core/Future<Lio/vertx/ext/stomp/StompServer;>;
    MethodParameters:
      Name  Flags
      port  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.StompServer> listen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ILjava/lang/String;)Lio/vertx/core/Future<Lio/vertx/ext/stomp/StompServer;>;
    MethodParameters:
      Name  Flags
      port  
      host  

  public abstract io.vertx.core.Future<io.vertx.ext.stomp.StompServer> listen();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Lio/vertx/ext/stomp/StompServer;>;

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

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

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

  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  

  public abstract io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public abstract boolean isListening();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract io.vertx.ext.stomp.StompServerOptions options();
    descriptor: ()Lio/vertx/ext/stomp/StompServerOptions;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.Vertx vertx();
    descriptor: ()Lio/vertx/core/Vertx;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.ext.stomp.StompServerHandler stompHandler();
    descriptor: ()Lio/vertx/ext/stomp/StompServerHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket> webSocketHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/http/ServerWebSocket;>;

  public abstract io.vertx.ext.stomp.StompServer writingFrameHandler(io.vertx.core.Handler<io.vertx.ext.stomp.ServerFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/stomp/StompServer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/ext/stomp/ServerFrame;>;)Lio/vertx/ext/stomp/StompServer;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  
}
SourceFile: "StompServer.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()