public class io.vertx.proton.streams.impl.TrackerImpl implements io.vertx.proton.streams.Tracker
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.streams.impl.TrackerImpl
  super_class: java.lang.Object
{
  private final org.apache.qpid.proton.message.Message message;
    descriptor: Lorg/apache/qpid/proton/message/Message;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile io.vertx.proton.impl.ProtonDeliveryImpl delivery;
    descriptor: Lio/vertx/proton/impl/ProtonDeliveryImpl;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile io.vertx.core.Handler<io.vertx.proton.streams.Tracker> onUpdated;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;

  public void <init>(org.apache.qpid.proton.message.Message, io.vertx.core.Handler<io.vertx.proton.streams.Tracker>);
    descriptor: (Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.proton.streams.impl.TrackerImpl this
        start local 1 // org.apache.qpid.proton.message.Message message
        start local 2 // io.vertx.core.Handler onUpdated
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* message */
            putfield io.vertx.proton.streams.impl.TrackerImpl.message:Lorg/apache/qpid/proton/message/Message;
         2: .line 34
            aload 0 /* this */
            aload 2 /* onUpdated */
            putfield io.vertx.proton.streams.impl.TrackerImpl.onUpdated:Lio/vertx/core/Handler;
         3: .line 35
            return
        end local 2 // io.vertx.core.Handler onUpdated
        end local 1 // org.apache.qpid.proton.message.Message message
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/proton/streams/impl/TrackerImpl;
            0    4     1    message  Lorg/apache/qpid/proton/message/Message;
            0    4     2  onUpdated  Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;
    Signature: (Lorg/apache/qpid/proton/message/Message;Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;)V
    MethodParameters:
           Name  Flags
      message    
      onUpdated  

  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.TrackerImpl this
         0: .line 39
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.TrackerImpl.message:Lorg/apache/qpid/proton/message/Message;
            areturn
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/TrackerImpl;

  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.TrackerImpl this
         0: .line 43
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.TrackerImpl.delivery:Lio/vertx/proton/impl/ProtonDeliveryImpl;
            areturn
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/TrackerImpl;

  public void setDelivery(io.vertx.proton.impl.ProtonDeliveryImpl);
    descriptor: (Lio/vertx/proton/impl/ProtonDeliveryImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.TrackerImpl this
        start local 1 // io.vertx.proton.impl.ProtonDeliveryImpl delivery
         0: .line 47
            aload 0 /* this */
            aload 1 /* delivery */
            putfield io.vertx.proton.streams.impl.TrackerImpl.delivery:Lio/vertx/proton/impl/ProtonDeliveryImpl;
         1: .line 48
            return
        end local 1 // io.vertx.proton.impl.ProtonDeliveryImpl delivery
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/proton/streams/impl/TrackerImpl;
            0    2     1  delivery  Lio/vertx/proton/impl/ProtonDeliveryImpl;
    MethodParameters:
          Name  Flags
      delivery  

  public boolean isAccepted();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.TrackerImpl this
         0: .line 52
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.TrackerImpl.delivery:Lio/vertx/proton/impl/ProtonDeliveryImpl;
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.getRemoteState:()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            instanceof org.apache.qpid.proton.amqp.messaging.Accepted
            ireturn
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/TrackerImpl;

  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.streams.impl.TrackerImpl this
         0: .line 57
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.TrackerImpl.delivery:Lio/vertx/proton/impl/ProtonDeliveryImpl;
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.getRemoteState:()Lorg/apache/qpid/proton/amqp/transport/DeliveryState;
            areturn
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/TrackerImpl;

  public boolean isRemotelySettled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.TrackerImpl this
         0: .line 62
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.TrackerImpl.delivery:Lio/vertx/proton/impl/ProtonDeliveryImpl;
            invokevirtual io.vertx.proton.impl.ProtonDeliveryImpl.remotelySettled:()Z
            ireturn
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/TrackerImpl;

  public io.vertx.core.Handler<io.vertx.proton.streams.Tracker> handler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.TrackerImpl this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.proton.streams.impl.TrackerImpl.onUpdated:Lio/vertx/core/Handler;
            areturn
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/TrackerImpl;
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;

  public void setHandler(io.vertx.core.Handler<io.vertx.proton.streams.Tracker>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.TrackerImpl this
        start local 1 // io.vertx.core.Handler onUpdated
         0: .line 70
            aload 0 /* this */
            aload 1 /* onUpdated */
            putfield io.vertx.proton.streams.impl.TrackerImpl.onUpdated:Lio/vertx/core/Handler;
         1: .line 71
            return
        end local 1 // io.vertx.core.Handler onUpdated
        end local 0 // io.vertx.proton.streams.impl.TrackerImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/proton/streams/impl/TrackerImpl;
            0    2     1  onUpdated  Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/proton/streams/Tracker;>;)V
    MethodParameters:
           Name  Flags
      onUpdated  
}
SourceFile: "TrackerImpl.java"