public class io.vertx.proton.impl.ProtonConnectionImpl implements io.vertx.proton.ProtonConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.impl.ProtonConnectionImpl
  super_class: java.lang.Object
{
  private static final io.vertx.core.logging.Logger LOG;
    descriptor: Lio/vertx/core/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public static final org.apache.qpid.proton.amqp.Symbol ANONYMOUS_RELAY;
    descriptor: Lorg/apache/qpid/proton/amqp/Symbol;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final org.apache.qpid.proton.engine.Connection connection;
    descriptor: Lorg/apache/qpid/proton/engine/Connection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.impl.ContextInternal connCtx;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.proton.impl.ProtonTransport transport;
    descriptor: Lio/vertx/proton/impl/ProtonTransport;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<io.vertx.core.Handler<java.lang.Void>> endHandlers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lio/vertx/core/Handler<Ljava/lang/Void;>;>;

  private io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.proton.ProtonConnection>> openHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;

  private io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.proton.ProtonConnection>> closeHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;

  private io.vertx.core.Handler<io.vertx.proton.ProtonConnection> disconnectHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/proton/ProtonConnection;>;

  private io.vertx.core.Handler<io.vertx.proton.ProtonSession> sessionOpenHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/proton/ProtonSession;>;

  private io.vertx.core.Handler<io.vertx.proton.ProtonSender> senderOpenHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/proton/ProtonSender;>;

  private io.vertx.core.Handler<io.vertx.proton.ProtonReceiver> receiverOpenHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/proton/ProtonReceiver;>;

  private boolean anonymousRelaySupported;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.proton.ProtonSession defaultSession;
    descriptor: Lio/vertx/proton/ProtonSession;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 61
            ldc Lio/vertx/proton/impl/ProtonConnectionImpl;
            invokestatic io.vertx.core.logging.LoggerFactory.getLogger:(Ljava/lang/Class;)Lio/vertx/core/logging/Logger;
            putstatic io.vertx.proton.impl.ProtonConnectionImpl.LOG:Lio/vertx/core/logging/Logger;
         1: .line 63
            ldc "ANONYMOUS-RELAY"
            invokestatic org.apache.qpid.proton.amqp.Symbol.valueOf:(Ljava/lang/String;)Lorg/apache/qpid/proton/amqp/Symbol;
            putstatic io.vertx.proton.impl.ProtonConnectionImpl.ANONYMOUS_RELAY:Lorg/apache/qpid/proton/amqp/Symbol;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.vertx.core.Vertx, java.lang.String, io.vertx.core.impl.ContextInternal);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/impl/ContextInternal;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // java.lang.String hostname
        start local 3 // io.vertx.core.impl.ContextInternal connCtx
         0: .line 97
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            invokestatic org.apache.qpid.proton.Proton.connection:()Lorg/apache/qpid/proton/engine/Connection;
            putfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
         2: .line 69
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.endHandlers:Ljava/util/List;
         3: .line 71
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/proton/impl/ProtonConnectionImpl.lambda$0(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.openHandler:Lio/vertx/core/Handler;
         4: .line 74
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/proton/impl/ProtonConnectionImpl.lambda$1(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.closeHandler:Lio/vertx/core/Handler;
         5: .line 81
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/proton/impl/ProtonConnectionImpl.lambda$2(Lio/vertx/proton/ProtonConnection;)V (6)
                  (Lio/vertx/proton/ProtonConnection;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.disconnectHandler:Lio/vertx/core/Handler;
         6: .line 85
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/proton/impl/ProtonConnectionImpl.lambda$3(Lio/vertx/proton/ProtonSession;)V (6)
                  (Lio/vertx/proton/ProtonSession;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.sessionOpenHandler:Lio/vertx/core/Handler;
         7: .line 88
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/proton/impl/ProtonConnectionImpl.lambda$4(Lio/vertx/proton/ProtonSender;)V (6)
                  (Lio/vertx/proton/ProtonSender;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.senderOpenHandler:Lio/vertx/core/Handler;
         8: .line 91
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/proton/impl/ProtonConnectionImpl.lambda$5(Lio/vertx/proton/ProtonReceiver;)V (6)
                  (Lio/vertx/proton/ProtonReceiver;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.receiverOpenHandler:Lio/vertx/core/Handler;
         9: .line 98
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.vertx:Lio/vertx/core/Vertx;
        10: .line 99
            aload 0 /* this */
            aload 3 /* connCtx */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.connCtx:Lio/vertx/core/impl/ContextInternal;
        11: .line 100
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 0 /* this */
            invokeinterface org.apache.qpid.proton.engine.Connection.setContext:(Ljava/lang/Object;)V
        12: .line 101
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            new java.lang.StringBuilder
            dup
            ldc "vert.x-"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic java.util.UUID.randomUUID:()Ljava/util/UUID;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface org.apache.qpid.proton.engine.Connection.setContainer:(Ljava/lang/String;)V
        13: .line 102
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 2 /* hostname */
            invokeinterface org.apache.qpid.proton.engine.Connection.setHostname:(Ljava/lang/String;)V
        14: .line 104
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.createInitialPropertiesMap:()Ljava/util/LinkedHashMap;
            astore 4 /* props */
        start local 4 // java.util.Map props
        15: .line 105
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 4 /* props */
            invokeinterface org.apache.qpid.proton.engine.Connection.setProperties:(Ljava/util/Map;)V
        16: .line 106
            return
        end local 4 // java.util.Map props
        end local 3 // io.vertx.core.impl.ContextInternal connCtx
        end local 2 // java.lang.String hostname
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0   17     1     vertx  Lio/vertx/core/Vertx;
            0   17     2  hostname  Ljava/lang/String;
            0   17     3   connCtx  Lio/vertx/core/impl/ContextInternal;
           15   17     4     props  Ljava/util/Map<Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/Object;>;
    MethodParameters:
          Name  Flags
      vertx     
      hostname  
      connCtx   

  private java.util.LinkedHashMap<org.apache.qpid.proton.amqp.Symbol, java.lang.Object> createInitialPropertiesMap();
    descriptor: ()Ljava/util/LinkedHashMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 109
            new java.util.LinkedHashMap
            dup
            invokespecial java.util.LinkedHashMap.<init>:()V
            astore 1 /* props */
        start local 1 // java.util.LinkedHashMap props
         1: .line 110
            aload 1 /* props */
            getstatic io.vertx.proton.impl.ProtonMetaDataSupportImpl.PRODUCT_KEY:Lorg/apache/qpid/proton/amqp/Symbol;
            ldc "vertx-proton"
            invokevirtual java.util.LinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 111
            aload 1 /* props */
            getstatic io.vertx.proton.impl.ProtonMetaDataSupportImpl.VERSION_KEY:Lorg/apache/qpid/proton/amqp/Symbol;
            getstatic io.vertx.proton.impl.ProtonMetaDataSupportImpl.VERSION:Ljava/lang/String;
            invokevirtual java.util.LinkedHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 112
            aload 1 /* props */
            areturn
        end local 1 // java.util.LinkedHashMap props
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            1    4     1  props  Ljava/util/LinkedHashMap<Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/Object;>;
    Signature: ()Ljava/util/LinkedHashMap<Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/Object;>;

  public io.vertx.proton.impl.ProtonConnectionImpl setProperties(java.util.Map<org.apache.qpid.proton.amqp.Symbol, java.lang.Object>);
    descriptor: (Ljava/util/Map;)Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // java.util.Map properties
         0: .line 123
            aconst_null
            astore 2 /* newProps */
        start local 2 // java.util.LinkedHashMap newProps
         1: .line 124
            aload 1 /* properties */
            ifnull 4
         2: .line 125
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.createInitialPropertiesMap:()Ljava/util/LinkedHashMap;
            astore 2 /* newProps */
         3: .line 126
            aload 2 /* newProps */
            aload 1 /* properties */
            invokevirtual java.util.LinkedHashMap.putAll:(Ljava/util/Map;)V
         4: .line 129
      StackMap locals: java.util.LinkedHashMap
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 2 /* newProps */
            invokeinterface org.apache.qpid.proton.engine.Connection.setProperties:(Ljava/util/Map;)V
         5: .line 130
            aload 0 /* this */
            areturn
        end local 2 // java.util.LinkedHashMap newProps
        end local 1 // java.util.Map properties
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    6     1  properties  Ljava/util/Map<Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/Object;>;
            1    6     2    newProps  Ljava/util/LinkedHashMap<Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/Object;>;)Lio/vertx/proton/impl/ProtonConnectionImpl;
    MethodParameters:
            Name  Flags
      properties  final

  public io.vertx.proton.impl.ProtonConnectionImpl setOfferedCapabilities(org.apache.qpid.proton.amqp.Symbol[]);
    descriptor: ([Lorg/apache/qpid/proton/amqp/Symbol;)Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // org.apache.qpid.proton.amqp.Symbol[] capabilities
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 1 /* capabilities */
            invokeinterface org.apache.qpid.proton.engine.Connection.setOfferedCapabilities:([Lorg/apache/qpid/proton/amqp/Symbol;)V
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // org.apache.qpid.proton.amqp.Symbol[] capabilities
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  capabilities  [Lorg/apache/qpid/proton/amqp/Symbol;
    MethodParameters:
              Name  Flags
      capabilities  

  public io.vertx.proton.impl.ProtonConnectionImpl setHostname(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // java.lang.String hostname
         0: .line 141
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 1 /* hostname */
            invokeinterface org.apache.qpid.proton.engine.Connection.setHostname:(Ljava/lang/String;)V
         1: .line 142
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String hostname
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  hostname  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      hostname  

  public io.vertx.proton.impl.ProtonConnectionImpl setDesiredCapabilities(org.apache.qpid.proton.amqp.Symbol[]);
    descriptor: ([Lorg/apache/qpid/proton/amqp/Symbol;)Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // org.apache.qpid.proton.amqp.Symbol[] capabilities
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 1 /* capabilities */
            invokeinterface org.apache.qpid.proton.engine.Connection.setDesiredCapabilities:([Lorg/apache/qpid/proton/amqp/Symbol;)V
         1: .line 148
            aload 0 /* this */
            areturn
        end local 1 // org.apache.qpid.proton.amqp.Symbol[] capabilities
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  capabilities  [Lorg/apache/qpid/proton/amqp/Symbol;
    MethodParameters:
              Name  Flags
      capabilities  

  public io.vertx.proton.impl.ProtonConnectionImpl setContainer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // java.lang.String container
         0: .line 153
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 1 /* container */
            invokeinterface org.apache.qpid.proton.engine.Connection.setContainer:(Ljava/lang/String;)V
         1: .line 154
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String container
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  container  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      container  

  public io.vertx.proton.impl.ProtonConnectionImpl setCondition(org.apache.qpid.proton.amqp.transport.ErrorCondition);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/proton/impl/ProtonConnectionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // org.apache.qpid.proton.amqp.transport.ErrorCondition condition
         0: .line 159
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 1 /* condition */
            invokeinterface org.apache.qpid.proton.engine.Connection.setCondition:(Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)V
         1: .line 160
            aload 0 /* this */
            areturn
        end local 1 // org.apache.qpid.proton.amqp.transport.ErrorCondition condition
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  condition  Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;
    MethodParameters:
           Name  Flags
      condition  

  public org.apache.qpid.proton.amqp.transport.ErrorCondition getCondition();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getCondition:()Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public java.lang.String getContainer();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getContainer:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public java.lang.String getHostname();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 175
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getHostname:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public org.apache.qpid.proton.engine.EndpointState getLocalState();
    descriptor: ()Lorg/apache/qpid/proton/engine/EndpointState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getLocalState:()Lorg/apache/qpid/proton/engine/EndpointState;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public org.apache.qpid.proton.amqp.transport.ErrorCondition getRemoteCondition();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getRemoteCondition:()Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public java.lang.String getRemoteContainer();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getRemoteContainer:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public org.apache.qpid.proton.amqp.Symbol[] getRemoteDesiredCapabilities();
    descriptor: ()[Lorg/apache/qpid/proton/amqp/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getRemoteDesiredCapabilities:()[Lorg/apache/qpid/proton/amqp/Symbol;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public java.lang.String getRemoteHostname();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getRemoteHostname:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public org.apache.qpid.proton.amqp.Symbol[] getRemoteOfferedCapabilities();
    descriptor: ()[Lorg/apache/qpid/proton/amqp/Symbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getRemoteOfferedCapabilities:()[Lorg/apache/qpid/proton/amqp/Symbol;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public java.util.Map<org.apache.qpid.proton.amqp.Symbol, java.lang.Object> getRemoteProperties();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 209
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getRemoteProperties:()Ljava/util/Map;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;
    Signature: ()Ljava/util/Map<Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/Object;>;

  public org.apache.qpid.proton.engine.EndpointState getRemoteState();
    descriptor: ()Lorg/apache/qpid/proton/engine/EndpointState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 213
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.getRemoteState:()Lorg/apache/qpid/proton/engine/EndpointState;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public boolean isAnonymousRelaySupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 218
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.anonymousRelaySupported:Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public org.apache.qpid.proton.engine.Record attachments();
    descriptor: ()Lorg/apache/qpid/proton/engine/Record;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.attachments:()Lorg/apache/qpid/proton/engine/Record;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public io.vertx.proton.ProtonConnection open();
    descriptor: ()Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 234
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.open:()V
         1: .line 235
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.flush:()V
         2: .line 236
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public io.vertx.proton.ProtonConnection close();
    descriptor: ()Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.close:()V
         1: .line 242
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.flush:()V
         2: .line 243
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public io.vertx.proton.impl.ProtonSessionImpl createSession();
    descriptor: ()Lio/vertx/proton/impl/ProtonSessionImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 248
            new io.vertx.proton.impl.ProtonSessionImpl
            dup
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            invokeinterface org.apache.qpid.proton.engine.Connection.session:()Lorg/apache/qpid/proton/engine/Session;
            invokespecial io.vertx.proton.impl.ProtonSessionImpl.<init>:(Lorg/apache/qpid/proton/engine/Session;)V
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  private io.vertx.proton.ProtonSession getDefaultSession();
    descriptor: ()Lio/vertx/proton/ProtonSession;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 252
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.defaultSession:Lio/vertx/proton/ProtonSession;
            ifnonnull 4
         1: .line 253
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.createSession:()Lio/vertx/proton/impl/ProtonSessionImpl;
            putfield io.vertx.proton.impl.ProtonConnectionImpl.defaultSession:Lio/vertx/proton/ProtonSession;
         2: .line 254
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.defaultSession:Lio/vertx/proton/ProtonSession;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/proton/impl/ProtonConnectionImpl;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/proton/impl/ProtonConnectionImpl.lambda$6(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.proton.ProtonSession.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonSession;
            pop
         3: .line 267
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.defaultSession:Lio/vertx/proton/ProtonSession;
            invokeinterface io.vertx.proton.ProtonSession.open:()Lio/vertx/proton/ProtonSession;
            pop
         4: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.defaultSession:Lio/vertx/proton/ProtonSession;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public io.vertx.proton.ProtonSender createSender(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/proton/ProtonSender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // java.lang.String address
         0: .line 276
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.getDefaultSession:()Lio/vertx/proton/ProtonSession;
            aload 1 /* address */
            invokeinterface io.vertx.proton.ProtonSession.createSender:(Ljava/lang/String;)Lio/vertx/proton/ProtonSender;
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    1     1  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      address  

  public io.vertx.proton.ProtonSender createSender(java.lang.String, io.vertx.proton.ProtonLinkOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/proton/ProtonLinkOptions;)Lio/vertx/proton/ProtonSender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.proton.ProtonLinkOptions senderOptions
         0: .line 281
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.getDefaultSession:()Lio/vertx/proton/ProtonSession;
            aload 1 /* address */
            aload 2 /* senderOptions */
            invokeinterface io.vertx.proton.ProtonSession.createSender:(Ljava/lang/String;Lio/vertx/proton/ProtonLinkOptions;)Lio/vertx/proton/ProtonSender;
            areturn
        end local 2 // io.vertx.proton.ProtonLinkOptions senderOptions
        end local 1 // java.lang.String address
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    1     1        address  Ljava/lang/String;
            0    1     2  senderOptions  Lio/vertx/proton/ProtonLinkOptions;
    MethodParameters:
               Name  Flags
      address        
      senderOptions  

  public io.vertx.proton.ProtonReceiver createReceiver(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/proton/ProtonReceiver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // java.lang.String address
         0: .line 286
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.getDefaultSession:()Lio/vertx/proton/ProtonSession;
            aload 1 /* address */
            invokeinterface io.vertx.proton.ProtonSession.createReceiver:(Ljava/lang/String;)Lio/vertx/proton/ProtonReceiver;
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    1     1  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      address  

  public io.vertx.proton.ProtonReceiver createReceiver(java.lang.String, io.vertx.proton.ProtonLinkOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/proton/ProtonLinkOptions;)Lio/vertx/proton/ProtonReceiver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // java.lang.String address
        start local 2 // io.vertx.proton.ProtonLinkOptions receiverOptions
         0: .line 291
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.getDefaultSession:()Lio/vertx/proton/ProtonSession;
            aload 1 /* address */
            aload 2 /* receiverOptions */
            invokeinterface io.vertx.proton.ProtonSession.createReceiver:(Ljava/lang/String;Lio/vertx/proton/ProtonLinkOptions;)Lio/vertx/proton/ProtonReceiver;
            areturn
        end local 2 // io.vertx.proton.ProtonLinkOptions receiverOptions
        end local 1 // java.lang.String address
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    1     1          address  Ljava/lang/String;
            0    1     2  receiverOptions  Lio/vertx/proton/ProtonLinkOptions;
    MethodParameters:
                 Name  Flags
      address          
      receiverOptions  

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 295
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
            ifnull 2
         1: .line 296
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
            invokevirtual io.vertx.proton.impl.ProtonTransport.flush:()V
         2: .line 298
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public void disconnect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 302
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
            ifnull 2
         1: .line 303
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
            invokevirtual io.vertx.proton.impl.ProtonTransport.disconnect:()V
         2: .line 305
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public boolean isDisconnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 309
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public io.vertx.proton.ProtonConnection openHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.proton.ProtonConnection>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Handler openHandler
         0: .line 314
            aload 0 /* this */
            aload 1 /* openHandler */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.openHandler:Lio/vertx/core/Handler;
         1: .line 315
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler openHandler
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  openHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;)Lio/vertx/proton/ProtonConnection;
    MethodParameters:
             Name  Flags
      openHandler  

  public io.vertx.proton.ProtonConnection closeHandler(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.proton.ProtonConnection>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Handler closeHandler
         0: .line 320
            aload 0 /* this */
            aload 1 /* closeHandler */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.closeHandler:Lio/vertx/core/Handler;
         1: .line 321
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler closeHandler
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  closeHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;)Lio/vertx/proton/ProtonConnection;
    MethodParameters:
              Name  Flags
      closeHandler  

  public io.vertx.proton.ProtonConnection disconnectHandler(io.vertx.core.Handler<io.vertx.proton.ProtonConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Handler disconnectHandler
         0: .line 326
            aload 0 /* this */
            aload 1 /* disconnectHandler */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.disconnectHandler:Lio/vertx/core/Handler;
         1: .line 327
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler disconnectHandler
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  disconnectHandler  Lio/vertx/core/Handler<Lio/vertx/proton/ProtonConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/proton/ProtonConnection;>;)Lio/vertx/proton/ProtonConnection;
    MethodParameters:
                   Name  Flags
      disconnectHandler  

  public io.vertx.proton.ProtonConnection sessionOpenHandler(io.vertx.core.Handler<io.vertx.proton.ProtonSession>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Handler remoteSessionOpenHandler
         0: .line 332
            aload 0 /* this */
            aload 1 /* remoteSessionOpenHandler */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.sessionOpenHandler:Lio/vertx/core/Handler;
         1: .line 333
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler remoteSessionOpenHandler
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  remoteSessionOpenHandler  Lio/vertx/core/Handler<Lio/vertx/proton/ProtonSession;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/proton/ProtonSession;>;)Lio/vertx/proton/ProtonConnection;
    MethodParameters:
                          Name  Flags
      remoteSessionOpenHandler  

  public io.vertx.proton.ProtonConnection senderOpenHandler(io.vertx.core.Handler<io.vertx.proton.ProtonSender>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Handler remoteSenderOpenHandler
         0: .line 338
            aload 0 /* this */
            aload 1 /* remoteSenderOpenHandler */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.senderOpenHandler:Lio/vertx/core/Handler;
         1: .line 339
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler remoteSenderOpenHandler
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    2     0                     this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  remoteSenderOpenHandler  Lio/vertx/core/Handler<Lio/vertx/proton/ProtonSender;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/proton/ProtonSender;>;)Lio/vertx/proton/ProtonConnection;
    MethodParameters:
                         Name  Flags
      remoteSenderOpenHandler  

  public io.vertx.proton.ProtonConnection receiverOpenHandler(io.vertx.core.Handler<io.vertx.proton.ProtonReceiver>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Handler remoteReceiverOpenHandler
         0: .line 344
            aload 0 /* this */
            aload 1 /* remoteReceiverOpenHandler */
            putfield io.vertx.proton.impl.ProtonConnectionImpl.receiverOpenHandler:Lio/vertx/core/Handler;
         1: .line 345
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler remoteReceiverOpenHandler
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  remoteReceiverOpenHandler  Lio/vertx/core/Handler<Lio/vertx/proton/ProtonReceiver;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/proton/ProtonReceiver;>;)Lio/vertx/proton/ProtonConnection;
    MethodParameters:
                           Name  Flags
      remoteReceiverOpenHandler  

  private void processCapabilities();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 355
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.getRemoteOfferedCapabilities:()[Lorg/apache/qpid/proton/amqp/Symbol;
            astore 1 /* capabilities */
        start local 1 // org.apache.qpid.proton.amqp.Symbol[] capabilities
         1: .line 356
            aload 1 /* capabilities */
            ifnull 5
         2: .line 357
            aload 1 /* capabilities */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            astore 2 /* list */
        start local 2 // java.util.List list
         3: .line 358
            aload 2 /* list */
            getstatic io.vertx.proton.impl.ProtonConnectionImpl.ANONYMOUS_RELAY:Lorg/apache/qpid/proton/amqp/Symbol;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 359
            aload 0 /* this */
            iconst_1
            putfield io.vertx.proton.impl.ProtonConnectionImpl.anonymousRelaySupported:Z
        end local 2 // java.util.List list
         5: .line 362
      StackMap locals: org.apache.qpid.proton.amqp.Symbol[]
      StackMap stack:
            return
        end local 1 // org.apache.qpid.proton.amqp.Symbol[] capabilities
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            1    6     1  capabilities  [Lorg/apache/qpid/proton/amqp/Symbol;
            3    5     2          list  Ljava/util/List<Lorg/apache/qpid/proton/amqp/Symbol;>;

  void fireRemoteOpen();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 365
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.processCapabilities:()V
         1: .line 367
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.openHandler:Lio/vertx/core/Handler;
            ifnull 3
         2: .line 368
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.openHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.getRemoteCondition:()Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;
            invokestatic io.vertx.proton.ProtonHelper.future:(Ljava/lang/Object;Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 370
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  void fireRemoteClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 373
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.closeHandler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 374
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.closeHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.getRemoteCondition:()Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;
            invokestatic io.vertx.proton.ProtonHelper.future:(Ljava/lang/Object;Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/core/AsyncResult;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 376
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public void fireDisconnect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 379
            aload 0 /* this */
            aconst_null
            putfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
         1: .line 380
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.disconnectHandler:Lio/vertx/core/Handler;
            ifnull 3
         2: .line 381
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.disconnectHandler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.endHandlers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 1 /* iter */
        start local 1 // java.util.Iterator iter
         4: .line 385
            goto 8
         5: .line 386
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.core.Handler
            astore 2 /* h */
        start local 2 // io.vertx.core.Handler h
         6: .line 387
            aload 1 /* iter */
            invokeinterface java.util.Iterator.remove:()V
         7: .line 388
            aload 2 /* h */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 2 // io.vertx.core.Handler h
         8: .line 385
      StackMap locals:
      StackMap stack:
            aload 1 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         9: .line 390
            return
        end local 1 // java.util.Iterator iter
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            4   10     1  iter  Ljava/util/Iterator<Lio/vertx/core/Handler<Ljava/lang/Void;>;>;
            6    8     2     h  Lio/vertx/core/Handler<Ljava/lang/Void;>;

  void bindClient(io.vertx.core.net.NetClient, io.vertx.core.net.NetSocket, io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl, io.vertx.proton.ProtonTransportOptions);
    descriptor: (Lio/vertx/core/net/NetClient;Lio/vertx/core/net/NetSocket;Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;Lio/vertx/proton/ProtonTransportOptions;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.net.NetClient client
        start local 2 // io.vertx.core.net.NetSocket socket
        start local 3 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl authenticator
        start local 4 // io.vertx.proton.ProtonTransportOptions transportOptions
         0: .line 393
            aload 0 /* this */
            new io.vertx.proton.impl.ProtonTransport
            dup
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aload 1 /* client */
            aload 2 /* socket */
            aload 3 /* authenticator */
            aload 4 /* transportOptions */
            invokespecial io.vertx.proton.impl.ProtonTransport.<init>:(Lorg/apache/qpid/proton/engine/Connection;Lio/vertx/core/Vertx;Lio/vertx/core/net/NetClient;Lio/vertx/core/net/NetSocket;Lio/vertx/proton/sasl/ProtonSaslAuthenticator;Lio/vertx/proton/ProtonTransportOptions;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
         1: .line 394
            return
        end local 4 // io.vertx.proton.ProtonTransportOptions transportOptions
        end local 3 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl authenticator
        end local 2 // io.vertx.core.net.NetSocket socket
        end local 1 // io.vertx.core.net.NetClient client
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1            client  Lio/vertx/core/net/NetClient;
            0    2     2            socket  Lio/vertx/core/net/NetSocket;
            0    2     3     authenticator  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;
            0    2     4  transportOptions  Lio/vertx/proton/ProtonTransportOptions;
    MethodParameters:
                  Name  Flags
      client            
      socket            
      authenticator     
      transportOptions  

  void bindServer(io.vertx.core.net.NetSocket, io.vertx.proton.sasl.ProtonSaslAuthenticator, io.vertx.proton.ProtonTransportOptions);
    descriptor: (Lio/vertx/core/net/NetSocket;Lio/vertx/proton/sasl/ProtonSaslAuthenticator;Lio/vertx/proton/ProtonTransportOptions;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.net.NetSocket socket
        start local 2 // io.vertx.proton.sasl.ProtonSaslAuthenticator authenticator
        start local 3 // io.vertx.proton.ProtonTransportOptions transportOptions
         0: .line 397
            aload 0 /* this */
            new io.vertx.proton.impl.ProtonTransport
            dup
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connection:Lorg/apache/qpid/proton/engine/Connection;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.vertx:Lio/vertx/core/Vertx;
            aconst_null
            aload 1 /* socket */
            aload 2 /* authenticator */
            aload 3 /* transportOptions */
            invokespecial io.vertx.proton.impl.ProtonTransport.<init>:(Lorg/apache/qpid/proton/engine/Connection;Lio/vertx/core/Vertx;Lio/vertx/core/net/NetClient;Lio/vertx/core/net/NetSocket;Lio/vertx/proton/sasl/ProtonSaslAuthenticator;Lio/vertx/proton/ProtonTransportOptions;)V
            putfield io.vertx.proton.impl.ProtonConnectionImpl.transport:Lio/vertx/proton/impl/ProtonTransport;
         1: .line 398
            return
        end local 3 // io.vertx.proton.ProtonTransportOptions transportOptions
        end local 2 // io.vertx.proton.sasl.ProtonSaslAuthenticator authenticator
        end local 1 // io.vertx.core.net.NetSocket socket
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1            socket  Lio/vertx/core/net/NetSocket;
            0    2     2     authenticator  Lio/vertx/proton/sasl/ProtonSaslAuthenticator;
            0    2     3  transportOptions  Lio/vertx/proton/ProtonTransportOptions;
    MethodParameters:
                  Name  Flags
      socket            
      authenticator     
      transportOptions  

  void fireRemoteSessionOpen(org.apache.qpid.proton.engine.Session);
    descriptor: (Lorg/apache/qpid/proton/engine/Session;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // org.apache.qpid.proton.engine.Session session
         0: .line 401
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.sessionOpenHandler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 402
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.sessionOpenHandler:Lio/vertx/core/Handler;
            new io.vertx.proton.impl.ProtonSessionImpl
            dup
            aload 1 /* session */
            invokespecial io.vertx.proton.impl.ProtonSessionImpl.<init>:(Lorg/apache/qpid/proton/engine/Session;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 404
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.qpid.proton.engine.Session session
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    3     1  session  Lorg/apache/qpid/proton/engine/Session;
    MethodParameters:
         Name  Flags
      session  

  void fireRemoteLinkOpen(org.apache.qpid.proton.engine.Link);
    descriptor: (Lorg/apache/qpid/proton/engine/Link;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // org.apache.qpid.proton.engine.Link link
         0: .line 407
            aload 1 /* link */
            instanceof org.apache.qpid.proton.engine.Sender
            ifeq 4
         1: .line 408
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.senderOpenHandler:Lio/vertx/core/Handler;
            ifnull 6
         2: .line 409
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.senderOpenHandler:Lio/vertx/core/Handler;
            new io.vertx.proton.impl.ProtonSenderImpl
            dup
            aload 1 /* link */
            checkcast org.apache.qpid.proton.engine.Sender
            invokespecial io.vertx.proton.impl.ProtonSenderImpl.<init>:(Lorg/apache/qpid/proton/engine/Sender;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 411
            goto 6
         4: .line 412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.receiverOpenHandler:Lio/vertx/core/Handler;
            ifnull 6
         5: .line 413
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.receiverOpenHandler:Lio/vertx/core/Handler;
            new io.vertx.proton.impl.ProtonReceiverImpl
            dup
            aload 1 /* link */
            checkcast org.apache.qpid.proton.engine.Receiver
            invokespecial io.vertx.proton.impl.ProtonReceiverImpl.<init>:(Lorg/apache/qpid/proton/engine/Receiver;)V
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         6: .line 416
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.qpid.proton.engine.Link link
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    7     1  link  Lorg/apache/qpid/proton/engine/Link;
    MethodParameters:
      Name  Flags
      link  

  public void addEndHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 419
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.endHandlers:Ljava/util/List;
            aload 1 /* handler */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 420
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.impl.ContextInternal getContext();
    descriptor: ()Lio/vertx/core/impl/ContextInternal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
         0: .line 423
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.connCtx:Lio/vertx/core/impl/ContextInternal;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonConnectionImpl;

  public io.vertx.proton.ProtonConnection setProperties(java.util.Map);
    descriptor: (Ljava/util/Map;)Lio/vertx/proton/ProtonConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.setProperties:(Ljava/util/Map;)Lio/vertx/proton/impl/ProtonConnectionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.proton.ProtonConnection setContainer(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/proton/ProtonConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.setContainer:(Ljava/lang/String;)Lio/vertx/proton/impl/ProtonConnectionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.proton.ProtonConnection setCondition(org.apache.qpid.proton.amqp.transport.ErrorCondition);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/proton/ProtonConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.setCondition:(Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/proton/impl/ProtonConnectionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.proton.ProtonConnection setOfferedCapabilities(org.apache.qpid.proton.amqp.Symbol[]);
    descriptor: ([Lorg/apache/qpid/proton/amqp/Symbol;)Lio/vertx/proton/ProtonConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.setOfferedCapabilities:([Lorg/apache/qpid/proton/amqp/Symbol;)Lio/vertx/proton/impl/ProtonConnectionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.proton.ProtonSession createSession();
    descriptor: ()Lio/vertx/proton/ProtonSession;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.createSession:()Lio/vertx/proton/impl/ProtonSessionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.proton.ProtonConnection setDesiredCapabilities(org.apache.qpid.proton.amqp.Symbol[]);
    descriptor: ([Lorg/apache/qpid/proton/amqp/Symbol;)Lio/vertx/proton/ProtonConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.setDesiredCapabilities:([Lorg/apache/qpid/proton/amqp/Symbol;)Lio/vertx/proton/impl/ProtonConnectionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.proton.ProtonConnection setHostname(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/proton/ProtonConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.setHostname:(Ljava/lang/String;)Lio/vertx/proton/impl/ProtonConnectionImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult result
         0: .line 72
            getstatic io.vertx.proton.impl.ProtonConnectionImpl.LOG:Lio/vertx/core/logging/Logger;
            ldc "Connection open completed"
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;)V
         1: .line 73
            return
        end local 0 // io.vertx.core.AsyncResult result
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  result  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;

  private static void lambda$1(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult result
         0: .line 75
            aload 0 /* result */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 76
            getstatic io.vertx.proton.impl.ProtonConnectionImpl.LOG:Lio/vertx/core/logging/Logger;
            ldc "Connection closed"
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;)V
         2: .line 77
            goto 4
         3: .line 78
      StackMap locals:
      StackMap stack:
            getstatic io.vertx.proton.impl.ProtonConnectionImpl.LOG:Lio/vertx/core/logging/Logger;
            ldc "Connection closed with error"
            aload 0 /* result */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.warn:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         4: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.AsyncResult result
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0  result  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;

  private static void lambda$2(io.vertx.proton.ProtonConnection);
    descriptor: (Lio/vertx/proton/ProtonConnection;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.proton.ProtonConnection connection
         0: .line 82
            getstatic io.vertx.proton.impl.ProtonConnectionImpl.LOG:Lio/vertx/core/logging/Logger;
            ldc "Connection disconnected"
            invokevirtual io.vertx.core.logging.Logger.trace:(Ljava/lang/Object;)V
         1: .line 83
            return
        end local 0 // io.vertx.proton.ProtonConnection connection
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  connection  Lio/vertx/proton/ProtonConnection;

  private static void lambda$3(io.vertx.proton.ProtonSession);
    descriptor: (Lio/vertx/proton/ProtonSession;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.proton.ProtonSession session
         0: .line 86
            aload 0 /* session */
            new org.apache.qpid.proton.amqp.transport.ErrorCondition
            dup
            ldc "Not Supported"
            invokestatic org.apache.qpid.proton.amqp.Symbol.getSymbol:(Ljava/lang/String;)Lorg/apache/qpid/proton/amqp/Symbol;
            ldc ""
            invokespecial org.apache.qpid.proton.amqp.transport.ErrorCondition.<init>:(Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/String;)V
            invokeinterface io.vertx.proton.ProtonSession.setCondition:(Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/proton/ProtonSession;
            pop
         1: .line 87
            return
        end local 0 // io.vertx.proton.ProtonSession session
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  session  Lio/vertx/proton/ProtonSession;

  private static void lambda$4(io.vertx.proton.ProtonSender);
    descriptor: (Lio/vertx/proton/ProtonSender;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.proton.ProtonSender sender
         0: .line 89
            aload 0 /* sender */
            new org.apache.qpid.proton.amqp.transport.ErrorCondition
            dup
            ldc "Not Supported"
            invokestatic org.apache.qpid.proton.amqp.Symbol.getSymbol:(Ljava/lang/String;)Lorg/apache/qpid/proton/amqp/Symbol;
            ldc ""
            invokespecial org.apache.qpid.proton.amqp.transport.ErrorCondition.<init>:(Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/String;)V
            invokeinterface io.vertx.proton.ProtonSender.setCondition:(Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/proton/ProtonLink;
            pop
         1: .line 90
            return
        end local 0 // io.vertx.proton.ProtonSender sender
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  sender  Lio/vertx/proton/ProtonSender;

  private static void lambda$5(io.vertx.proton.ProtonReceiver);
    descriptor: (Lio/vertx/proton/ProtonReceiver;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.proton.ProtonReceiver receiver
         0: .line 92
            aload 0 /* receiver */
            new org.apache.qpid.proton.amqp.transport.ErrorCondition
            dup
            ldc "Not Supported"
            invokestatic org.apache.qpid.proton.amqp.Symbol.getSymbol:(Ljava/lang/String;)Lorg/apache/qpid/proton/amqp/Symbol;
            ldc ""
            invokespecial org.apache.qpid.proton.amqp.transport.ErrorCondition.<init>:(Lorg/apache/qpid/proton/amqp/Symbol;Ljava/lang/String;)V
            invokeinterface io.vertx.proton.ProtonReceiver.setCondition:(Lorg/apache/qpid/proton/amqp/transport/ErrorCondition;)Lio/vertx/proton/ProtonLink;
            pop
         1: .line 93
            return
        end local 0 // io.vertx.proton.ProtonReceiver receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  receiver  Lio/vertx/proton/ProtonReceiver;

  private void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
        start local 1 // io.vertx.core.AsyncResult result
         0: .line 255
            ldc "The connections default session closed unexpectedly"
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         1: .line 256
            aload 1 /* result */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifne 4
         2: .line 257
            new java.lang.StringBuilder
            dup
            aload 2 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* msg */
         3: .line 258
            new java.lang.StringBuilder
            dup
            aload 2 /* msg */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* result */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* msg */
         4: .line 260
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* msg */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/String;)Lio/vertx/core/Future;
            astore 3 /* failure */
        start local 3 // io.vertx.core.Future failure
         5: .line 261
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonConnectionImpl.closeHandler:Lio/vertx/core/Handler;
            astore 4 /* connCloseHandler */
        start local 4 // io.vertx.core.Handler connCloseHandler
         6: .line 262
            aload 4 /* connCloseHandler */
            ifnull 8
         7: .line 263
            aload 4 /* connCloseHandler */
            aload 3 /* failure */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 4 // io.vertx.core.Handler connCloseHandler
        end local 3 // io.vertx.core.Future failure
        end local 2 // java.lang.String msg
         8: .line 265
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult result
        end local 0 // io.vertx.proton.impl.ProtonConnectionImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lio/vertx/proton/impl/ProtonConnectionImpl;
            0    9     1            result  Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonSession;>;
            1    8     2               msg  Ljava/lang/String;
            5    8     3           failure  Lio/vertx/core/Future<Lio/vertx/proton/ProtonConnection;>;
            6    8     4  connCloseHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;
}
SourceFile: "ProtonConnectionImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles