public class io.vertx.proton.streams.impl.DeliveryImpl implements io.vertx.proton.streams.Delivery
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.streams.impl.DeliveryImpl
  super_class: java.lang.Object
{
  private static final org.apache.qpid.proton.amqp.messaging.Accepted ACCEPTED;
    descriptor: Lorg/apache/qpid/proton/amqp/messaging/Accepted;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final io.vertx.proton.ProtonDelivery delivery;
    descriptor: Lio/vertx/proton/ProtonDelivery;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.core.impl.ContextInternal ctx;
    descriptor: Lio/vertx/core/impl/ContextInternal;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 29
            invokestatic org.apache.qpid.proton.amqp.messaging.Accepted.getInstance:()Lorg/apache/qpid/proton/amqp/messaging/Accepted;
            putstatic io.vertx.proton.streams.impl.DeliveryImpl.ACCEPTED:Lorg/apache/qpid/proton/amqp/messaging/Accepted;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.apache.qpid.proton.message.Message, io.vertx.proton.ProtonDelivery, io.vertx.core.impl.ContextInternal);
    descriptor: (Lorg/apache/qpid/proton/message/Message;Lio/vertx/proton/ProtonDelivery;Lio/vertx/core/impl/ContextInternal;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
        start local 1 // org.apache.qpid.proton.message.Message message
        start local 2 // io.vertx.proton.ProtonDelivery delivery
        start local 3 // io.vertx.core.impl.ContextInternal ctx
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* message */
            putfield io.vertx.proton.streams.impl.DeliveryImpl.message:Lorg/apache/qpid/proton/message/Message;
         2: .line 37
            aload 0 /* this */
            aload 2 /* delivery */
            putfield io.vertx.proton.streams.impl.DeliveryImpl.delivery:Lio/vertx/proton/ProtonDelivery;
         3: .line 38
            aload 0 /* this */
            aload 3 /* ctx */
            putfield io.vertx.proton.streams.impl.DeliveryImpl.ctx:Lio/vertx/core/impl/ContextInternal;
         4: .line 39
            return
        end local 3 // io.vertx.core.impl.ContextInternal ctx
        end local 2 // io.vertx.proton.ProtonDelivery delivery
        end local 1 // org.apache.qpid.proton.message.Message message
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/proton/streams/impl/DeliveryImpl;
            0    5     1   message  Lorg/apache/qpid/proton/message/Message;
            0    5     2  delivery  Lio/vertx/proton/ProtonDelivery;
            0    5     3       ctx  Lio/vertx/core/impl/ContextInternal;
    MethodParameters:
          Name  Flags
      message   
      delivery  
      ctx       

  public org.apache.qpid.proton.message.Message message();
    descriptor: ()Lorg/apache/qpid/proton/message/Message;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.DeliveryImpl.message:Lorg/apache/qpid/proton/message/Message;
            areturn
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/DeliveryImpl;

  public io.vertx.proton.ProtonDelivery delivery();
    descriptor: ()Lio/vertx/proton/ProtonDelivery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.DeliveryImpl.delivery:Lio/vertx/proton/ProtonDelivery;
            areturn
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/DeliveryImpl;

  public io.vertx.proton.streams.Delivery accept();
    descriptor: ()Lio/vertx/proton/streams/Delivery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
         0: .line 52
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/proton/streams/impl/DeliveryImpl;)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/streams/impl/DeliveryImpl.lambda$0(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.proton.streams.impl.DeliveryImpl.ackOnContext:(Lio/vertx/core/Handler;)V
         1: .line 56
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/streams/impl/DeliveryImpl;

  public io.vertx.proton.streams.Delivery disposition(org.apache.qpid.proton.amqp.transport.DeliveryState, boolean);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/DeliveryState;Z)Lio/vertx/proton/streams/Delivery;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
        start local 1 // org.apache.qpid.proton.amqp.transport.DeliveryState state
        start local 2 // boolean settle
         0: .line 61
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* state */
            iload 2 /* settle */
            invokedynamic handle(Lio/vertx/proton/streams/impl/DeliveryImpl;Lorg/apache/qpid/proton/amqp/transport/DeliveryState;Z)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/streams/impl/DeliveryImpl.lambda$1(Lorg/apache/qpid/proton/amqp/transport/DeliveryState;ZLjava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.proton.streams.impl.DeliveryImpl.ackOnContext:(Lio/vertx/core/Handler;)V
         1: .line 65
            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.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/proton/streams/impl/DeliveryImpl;
            0    2     1   state  Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            0    2     2  settle  Z
    MethodParameters:
        Name  Flags
      state   final
      settle  final

  private void ackOnContext(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
        start local 1 // io.vertx.core.Handler action
         0: .line 69
            aload 0 /* this */
            invokevirtual io.vertx.proton.streams.impl.DeliveryImpl.onContextEventLoop:()Z
            ifeq 3
         1: .line 70
            aload 1 /* action */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 71
            goto 4
         3: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.DeliveryImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* action */
            invokeinterface io.vertx.core.impl.ContextInternal.runOnContext:(Lio/vertx/core/Handler;)V
         4: .line 74
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler action
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/vertx/proton/streams/impl/DeliveryImpl;
            0    5     1  action  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      action  

  public boolean onContextEventLoop();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
         0: .line 77
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.DeliveryImpl.ctx:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
            invokeinterface io.netty.channel.EventLoop.inEventLoop:()Z
            ireturn
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/DeliveryImpl;

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

  private void lambda$0(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
        start local 1 // java.lang.Void v
         0: .line 53
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.DeliveryImpl.delivery:Lio/vertx/proton/ProtonDelivery;
            getstatic io.vertx.proton.streams.impl.DeliveryImpl.ACCEPTED:Lorg/apache/qpid/proton/amqp/messaging/Accepted;
            iconst_1
            invokeinterface io.vertx.proton.ProtonDelivery.disposition:(Lorg/apache/qpid/proton/amqp/transport/DeliveryState;Z)Lio/vertx/proton/ProtonDelivery;
            pop
         1: .line 54
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/streams/impl/DeliveryImpl;
            0    2     1     v  Ljava/lang/Void;

  private void lambda$1(org.apache.qpid.proton.amqp.transport.DeliveryState, boolean, java.lang.Void);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/DeliveryState;ZLjava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
        start local 3 // java.lang.Void v
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.DeliveryImpl.delivery:Lio/vertx/proton/ProtonDelivery;
            aload 1
            iload 2
            invokeinterface io.vertx.proton.ProtonDelivery.disposition:(Lorg/apache/qpid/proton/amqp/transport/DeliveryState;Z)Lio/vertx/proton/ProtonDelivery;
            pop
         1: .line 63
            return
        end local 3 // java.lang.Void v
        end local 0 // io.vertx.proton.streams.impl.DeliveryImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/proton/streams/impl/DeliveryImpl;
            0    2     3     v  Ljava/lang/Void;
}
SourceFile: "DeliveryImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles