public class io.vertx.proton.streams.impl.ProtonSubscriberImpl implements io.vertx.proton.streams.ProtonSubscriber<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.ProtonSubscriberImpl
  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

  private Subscription sub;
    descriptor: LSubscription;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Context connCtx;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0002) ACC_PRIVATE

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

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

  private final java.util.concurrent.atomic.AtomicBoolean subscribed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicBoolean completed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.atomic.AtomicBoolean cancelledSub;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private long outstandingRequests;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, io.vertx.proton.impl.ProtonConnectionImpl);
    descriptor: (Ljava/lang/String;Lio/vertx/proton/impl/ProtonConnectionImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.reactivestreams cannot be resolved\n\tThe hierarchy of the type ProtonSubscriberImpl is inconsistent\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tThe method onNext(Tracker) of type ProtonSubscriberImpl must override or implement a supertype method\n\tThe method onError(Throwable) of type ProtonSubscriberImpl must override or implement a supertype method\n\tThe method onComplete() of type ProtonSubscriberImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    MethodParameters:
         Name  Flags
      address  
      conn     

  public void <init>(java.lang.String, io.vertx.proton.impl.ProtonConnectionImpl, io.vertx.proton.streams.ProtonSubscriberOptions);
    descriptor: (Ljava/lang/String;Lio/vertx/proton/impl/ProtonConnectionImpl;Lio/vertx/proton/streams/ProtonSubscriberOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.reactivestreams cannot be resolved\n\tThe hierarchy of the type ProtonSubscriberImpl is inconsistent\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tThe method onNext(Tracker) of type ProtonSubscriberImpl must override or implement a supertype method\n\tThe method onError(Throwable) of type ProtonSubscriberImpl must override or implement a supertype method\n\tThe method onComplete() of type ProtonSubscriberImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    MethodParameters:
         Name  Flags
      address  
      conn     
      options  

  public void onSubscribe(Subscription);
    descriptor: (LSubscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    MethodParameters:
              Name  Flags
      subscription  

  private void cancelSub();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSubscription cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;

  public void onNext(io.vertx.proton.streams.Tracker);
    descriptor: (Lio/vertx/proton/streams/Tracker;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 125
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onNext(Tracker) of type ProtonSubscriberImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    MethodParameters:
         Name  Flags
      tracker  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onError(Throwable) of type ProtonSubscriberImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 162
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onComplete() of type ProtonSubscriberImpl must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;

  public io.vertx.proton.streams.ProtonSubscriber<io.vertx.proton.streams.Tracker> setSource(org.apache.qpid.proton.amqp.transport.Source);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/Source;)Lio/vertx/proton/streams/ProtonSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 176
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    Signature: (Lorg/apache/qpid/proton/amqp/transport/Source;)Lio/vertx/proton/streams/ProtonSubscriber<Lio/vertx/proton/streams/Tracker;>;
    MethodParameters:
        Name  Flags
      source  

  public org.apache.qpid.proton.amqp.transport.Source getSource();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 182
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;

  public io.vertx.proton.streams.ProtonSubscriber<io.vertx.proton.streams.Tracker> setTarget(org.apache.qpid.proton.amqp.transport.Target);
    descriptor: (Lorg/apache/qpid/proton/amqp/transport/Target;)Lio/vertx/proton/streams/ProtonSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 187
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    Signature: (Lorg/apache/qpid/proton/amqp/transport/Target;)Lio/vertx/proton/streams/ProtonSubscriber<Lio/vertx/proton/streams/Tracker;>;
    MethodParameters:
        Name  Flags
      target  

  public org.apache.qpid.proton.amqp.transport.Target getTarget();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;

  public org.apache.qpid.proton.amqp.transport.Source getRemoteSource();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Source;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 197
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;

  public org.apache.qpid.proton.amqp.transport.Target getRemoteTarget();
    descriptor: ()Lorg/apache/qpid/proton/amqp/transport/Target;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;

  public boolean isEmitOnConnectionEnd();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 205
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;

  public void setEmitOnConnectionEnd(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
    MethodParameters:
                     Name  Flags
      emitOnConnectionEnd  

  public io.vertx.proton.ProtonSender getLink();
    descriptor: ()Lio/vertx/proton/ProtonSender;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
         0: .line 213
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.streams.impl.ProtonSubscriberImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/streams/impl/ProtonSubscriberImpl;
}
Signature: Ljava/lang/Object;Lio/vertx/proton/streams/ProtonSubscriber<Lio/vertx/proton/streams/Tracker;>;
SourceFile: "ProtonSubscriberImpl.java"