class org.I0Itec.zkclient.InMemoryConnection$EventThread extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.I0Itec.zkclient.InMemoryConnection$EventThread
  super_class: java.lang.Thread
{
  private final org.apache.zookeeper.Watcher _watcher;
    descriptor: Lorg/apache/zookeeper/Watcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.BlockingQueue<org.apache.zookeeper.WatchedEvent> _blockingQueue;
    descriptor: Ljava/util/concurrent/BlockingQueue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/BlockingQueue<Lorg/apache/zookeeper/WatchedEvent;>;

  final org.I0Itec.zkclient.InMemoryConnection this$0;
    descriptor: Lorg/I0Itec/zkclient/InMemoryConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.I0Itec.zkclient.InMemoryConnection, org.apache.zookeeper.Watcher);
    descriptor: (Lorg/I0Itec/zkclient/InMemoryConnection;Lorg/apache/zookeeper/Watcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.I0Itec.zkclient.InMemoryConnection$EventThread this
        start local 2 // org.apache.zookeeper.Watcher watcher
         0: .line 106
            aload 0 /* this */
            aload 1
            putfield org.I0Itec.zkclient.InMemoryConnection$EventThread.this$0:Lorg/I0Itec/zkclient/InMemoryConnection;
            aload 0 /* this */
            invokespecial java.lang.Thread.<init>:()V
         1: .line 104
            aload 0 /* this */
            new java.util.concurrent.LinkedBlockingDeque
            dup
            invokespecial java.util.concurrent.LinkedBlockingDeque.<init>:()V
            putfield org.I0Itec.zkclient.InMemoryConnection$EventThread._blockingQueue:Ljava/util/concurrent/BlockingQueue;
         2: .line 107
            aload 0 /* this */
            aload 2 /* watcher */
            putfield org.I0Itec.zkclient.InMemoryConnection$EventThread._watcher:Lorg/apache/zookeeper/Watcher;
         3: .line 108
            return
        end local 2 // org.apache.zookeeper.Watcher watcher
        end local 0 // org.I0Itec.zkclient.InMemoryConnection$EventThread this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/I0Itec/zkclient/InMemoryConnection$EventThread;
            0    4     2  watcher  Lorg/apache/zookeeper/Watcher;
    MethodParameters:
         Name  Flags
      this$0   final
      watcher  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.I0Itec.zkclient.InMemoryConnection$EventThread this
         0: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.I0Itec.zkclient.InMemoryConnection$EventThread._watcher:Lorg/apache/zookeeper/Watcher;
            aload 0 /* this */
            getfield org.I0Itec.zkclient.InMemoryConnection$EventThread._blockingQueue:Ljava/util/concurrent/BlockingQueue;
            invokeinterface java.util.concurrent.BlockingQueue.take:()Ljava/lang/Object;
            checkcast org.apache.zookeeper.WatchedEvent
            invokeinterface org.apache.zookeeper.Watcher.process:(Lorg/apache/zookeeper/WatchedEvent;)V
         1: .line 113
            goto 0
         2: .line 116
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         3: .line 119
            return
        end local 0 // org.I0Itec.zkclient.InMemoryConnection$EventThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/I0Itec/zkclient/InMemoryConnection$EventThread;
      Exception table:
        from    to  target  type
           0     2       2  Class java.lang.InterruptedException

  public void send(org.apache.zookeeper.WatchedEvent);
    descriptor: (Lorg/apache/zookeeper/WatchedEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.I0Itec.zkclient.InMemoryConnection$EventThread this
        start local 1 // org.apache.zookeeper.WatchedEvent event
         0: .line 122
            aload 0 /* this */
            getfield org.I0Itec.zkclient.InMemoryConnection$EventThread._blockingQueue:Ljava/util/concurrent/BlockingQueue;
            aload 1 /* event */
            invokeinterface java.util.concurrent.BlockingQueue.add:(Ljava/lang/Object;)Z
            pop
         1: .line 123
            return
        end local 1 // org.apache.zookeeper.WatchedEvent event
        end local 0 // org.I0Itec.zkclient.InMemoryConnection$EventThread this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/I0Itec/zkclient/InMemoryConnection$EventThread;
            0    2     1  event  Lorg/apache/zookeeper/WatchedEvent;
    MethodParameters:
       Name  Flags
      event  
}
SourceFile: "InMemoryConnection.java"
NestHost: org.I0Itec.zkclient.InMemoryConnection
InnerClasses:
  private EventThread = org.I0Itec.zkclient.InMemoryConnection$EventThread of org.I0Itec.zkclient.InMemoryConnection