public class io.vertx.proton.impl.ProtonDeliveryImpl implements io.vertx.proton.ProtonDelivery
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.impl.ProtonDeliveryImpl
  super_class: java.lang.Object
{
  private final org.apache.qpid.proton.engine.Delivery delivery;
    descriptor: Lorg/apache/qpid/proton/engine/Delivery;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  void <init>(org.apache.qpid.proton.engine.Delivery);
    descriptor: (Lorg/apache/qpid/proton/engine/Delivery;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
        start local 1 // org.apache.qpid.proton.engine.Delivery delivery
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* delivery */
            putfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
         2: .line 36
            aload 1 /* delivery */
            aload 0 /* this */
            invokeinterface org.apache.qpid.proton.engine.Delivery.setContext:(Ljava/lang/Object;)V
         3: .line 37
            return
        end local 1 // org.apache.qpid.proton.engine.Delivery delivery
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/proton/impl/ProtonDeliveryImpl;
            0    4     1  delivery  Lorg/apache/qpid/proton/engine/Delivery;
    MethodParameters:
          Name  Flags
      delivery  

  public io.vertx.proton.impl.ProtonLinkImpl getLink();
    descriptor: ()Lio/vertx/proton/impl/ProtonLinkImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 40
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.getLink:()Lorg/apache/qpid/proton/engine/Link;
            invokeinterface org.apache.qpid.proton.engine.Link.getContext:()Ljava/lang/Object;
            checkcast io.vertx.proton.impl.ProtonLinkImpl
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.clear:()V
         1: .line 45
            return
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public org.apache.qpid.proton.amqp.transport.DeliveryState getLocalState();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 48
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.getLocalState:()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public boolean isSettled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isSettled:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public boolean remotelySettled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 58
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.remotelySettled:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  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.ProtonDeliveryImpl this
         0: .line 63
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.attachments:()Lorg/apache/qpid/proton/engine/Record;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public byte[] getTag();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.getTag:()[B
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public void setDefaultDeliveryState(org.apache.qpid.proton.amqp.transport.DeliveryState);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/DeliveryState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
        start local 1 // org.apache.qpid.proton.amqp.transport.DeliveryState state
         0: .line 72
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            aload 1 /* state */
            invokeinterface org.apache.qpid.proton.engine.Delivery.setDefaultDeliveryState:(Lorg/apache/qpid/proton/amqp/transport/DeliveryState;)V
         1: .line 73
            return
        end local 1 // org.apache.qpid.proton.amqp.transport.DeliveryState state
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/proton/impl/ProtonDeliveryImpl;
            0    2     1  state  Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
    MethodParameters:
       Name  Flags
      state  

  public org.apache.qpid.proton.amqp.transport.DeliveryState getDefaultDeliveryState();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 76
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.getDefaultDeliveryState:()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public boolean isReadable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 80
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isReadable:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public boolean isUpdated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 84
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isUpdated:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public boolean isWritable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isWritable:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public int pending();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.pending:()I
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public boolean isPartial();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 96
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isPartial:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public org.apache.qpid.proton.amqp.transport.DeliveryState getRemoteState();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 100
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.getRemoteState:()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public int getMessageFormat();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.getMessageFormat:()I
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public boolean isBuffered();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isBuffered:()Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public io.vertx.proton.ProtonDelivery disposition(org.apache.qpid.proton.amqp.transport.DeliveryState, boolean);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/DeliveryState;Z)Lio/vertx/proton/ProtonDelivery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
        start local 1 // org.apache.qpid.proton.amqp.transport.DeliveryState state
        start local 2 // boolean settle
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isSettled:()Z
            ifeq 2
         1: .line 115
            aload 0 /* this */
            areturn
         2: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            aload 1 /* state */
            invokeinterface org.apache.qpid.proton.engine.Delivery.disposition:(Lorg/apache/qpid/proton/amqp/transport/DeliveryState;)V
         3: .line 119
            iload 2 /* settle */
            ifeq 6
         4: .line 120
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.settle:()Lio/vertx/proton/ProtonDelivery;
            pop
         5: .line 121
            goto 7
         6: .line 122
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.flushConnection:()V
         7: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 2 // boolean settle
        end local 1 // org.apache.qpid.proton.amqp.transport.DeliveryState state
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/vertx/proton/impl/ProtonDeliveryImpl;
            0    8     1   state  Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            0    8     2  settle  Z
    MethodParameters:
        Name  Flags
      state   
      settle  

  public io.vertx.proton.ProtonDelivery settle();
    descriptor: ()Lio/vertx/proton/ProtonDelivery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 130
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.settle:()V
         1: .line 131
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.flushConnection:()V
         2: .line 133
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  private void flushConnection();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 137
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.getLinkImpl:()Lio/vertx/proton/impl/ProtonLinkImpl;
            invokevirtual io.vertx.proton.impl.ProtonLinkImpl.getSession:()Lio/vertx/proton/impl/ProtonSessionImpl;
            invokevirtual io.vertx.proton.impl.ProtonSessionImpl.getConnectionImpl:()Lio/vertx/proton/impl/ProtonConnectionImpl;
            invokevirtual io.vertx.proton.impl.ProtonConnectionImpl.flush:()V
         1: .line 138
            return
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public io.vertx.proton.ProtonDelivery handler(io.vertx.core.Handler<io.vertx.proton.ProtonDelivery>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/proton/ProtonDelivery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 141
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.proton.impl.ProtonDeliveryImpl.handler:Lio/vertx/core/Handler;
         1: .line 142
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isSettled:()Z
            ifeq 3
         2: .line 143
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.fireUpdate:()V
         3: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/proton/impl/ProtonDeliveryImpl;
            0    4     1  handler  Lio/vertx/core/Handler<Lio/vertx/proton/ProtonDelivery;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/proton/ProtonDelivery;>;)Lio/vertx/proton/ProtonDelivery;
    MethodParameters:
         Name  Flags
      handler  

  boolean isAutoSettle();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 149
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.autoSettle:Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  void setAutoSettle(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
        start local 1 // boolean autoSettle
         0: .line 153
            aload 0 /* this */
            iload 1 /* autoSettle */
            putfield io.vertx.proton.impl.ProtonDeliveryImpl.autoSettle:Z
         1: .line 154
            return
        end local 1 // boolean autoSettle
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/proton/impl/ProtonDeliveryImpl;
            0    2     1  autoSettle  Z
    MethodParameters:
            Name  Flags
      autoSettle  

  void fireUpdate();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 157
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.handler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 158
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.autoSettle:Z
            ifeq 4
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.remotelySettled:()Z
            ifeq 4
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.isSettled:()Z
            ifne 4
         3: .line 162
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.settle:()Lio/vertx/proton/ProtonDelivery;
            pop
         4: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;

  public io.vertx.proton.impl.ProtonLinkImpl getLinkImpl();
    descriptor: ()Lio/vertx/proton/impl/ProtonLinkImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
         0: .line 167
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonDeliveryImpl.delivery:Lorg/apache/qpid/proton/engine/Delivery;
            invokeinterface org.apache.qpid.proton.engine.Delivery.getLink:()Lorg/apache/qpid/proton/engine/Link;
            invokeinterface org.apache.qpid.proton.engine.Link.getContext:()Ljava/lang/Object;
            checkcast io.vertx.proton.impl.ProtonLinkImpl
            areturn
        end local 0 // io.vertx.proton.impl.ProtonDeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonDeliveryImpl;
}
SourceFile: "ProtonDeliveryImpl.java"