public class org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint extends org.eclipse.jetty.io.SocketChannelEndPoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
  super_class: org.eclipse.jetty.io.SocketChannelEndPoint
{
  private static final org.eclipse.jetty.util.log.Logger LOG;
    descriptor: Lorg/eclipse/jetty/util/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.List<org.eclipse.jetty.io.NetworkTrafficListener> listeners;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/eclipse/jetty/io/NetworkTrafficListener;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            ldc Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
            putstatic org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.LOG:Lorg/eclipse/jetty/util/log/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.nio.channels.SocketChannel, org.eclipse.jetty.io.ManagedSelector, java.nio.channels.SelectionKey, org.eclipse.jetty.util.thread.Scheduler, long, java.util.List<org.eclipse.jetty.io.NetworkTrafficListener>);
    descriptor: (Ljava/nio/channels/SocketChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;Lorg/eclipse/jetty/util/thread/Scheduler;JLjava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
        start local 1 // java.nio.channels.SocketChannel channel
        start local 2 // org.eclipse.jetty.io.ManagedSelector selectSet
        start local 3 // java.nio.channels.SelectionKey key
        start local 4 // org.eclipse.jetty.util.thread.Scheduler scheduler
        start local 5 // long idleTimeout
        start local 7 // java.util.List listeners
         0: .line 40
            aload 0 /* this */
            aload 1 /* channel */
            aload 2 /* selectSet */
            aload 3 /* key */
            aload 4 /* scheduler */
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint.<init>:(Ljava/nio/channels/SocketChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;Lorg/eclipse/jetty/util/thread/Scheduler;)V
         1: .line 41
            aload 0 /* this */
            lload 5 /* idleTimeout */
            invokevirtual org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.setIdleTimeout:(J)V
         2: .line 42
            aload 0 /* this */
            aload 7 /* listeners */
            putfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
         3: .line 43
            return
        end local 7 // java.util.List listeners
        end local 5 // long idleTimeout
        end local 4 // org.eclipse.jetty.util.thread.Scheduler scheduler
        end local 3 // java.nio.channels.SelectionKey key
        end local 2 // org.eclipse.jetty.io.ManagedSelector selectSet
        end local 1 // java.nio.channels.SocketChannel channel
        end local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            0    4     1      channel  Ljava/nio/channels/SocketChannel;
            0    4     2    selectSet  Lorg/eclipse/jetty/io/ManagedSelector;
            0    4     3          key  Ljava/nio/channels/SelectionKey;
            0    4     4    scheduler  Lorg/eclipse/jetty/util/thread/Scheduler;
            0    4     5  idleTimeout  J
            0    4     7    listeners  Ljava/util/List<Lorg/eclipse/jetty/io/NetworkTrafficListener;>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/nio/channels/SocketChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;Lorg/eclipse/jetty/util/thread/Scheduler;JLjava/util/List<Lorg/eclipse/jetty/io/NetworkTrafficListener;>;)V
    MethodParameters:
             Name  Flags
      channel      
      selectSet    
      key          
      scheduler    
      idleTimeout  
      listeners    

  public int fill(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 48
            aload 0 /* this */
            aload 1 /* buffer */
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint.fill:(Ljava/nio/ByteBuffer;)I
            istore 2 /* read */
        start local 2 // int read
         1: .line 49
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* read */
            invokevirtual org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.notifyIncoming:(Ljava/nio/ByteBuffer;I)V
         2: .line 50
            iload 2 /* read */
            ireturn
        end local 2 // int read
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            0    3     1  buffer  Ljava/nio/ByteBuffer;
            1    3     2    read  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public boolean flush(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
        start local 1 // java.nio.ByteBuffer[] buffers
         0: .line 56
            iconst_1
            istore 2 /* flushed */
        start local 2 // boolean flushed
         1: .line 57
            aload 1 /* buffers */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 13
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer[] int top int int java.nio.ByteBuffer[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* b */
        start local 3 // java.nio.ByteBuffer b
         3: .line 59
            aload 3 /* b */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 12
         4: .line 61
            aload 3 /* b */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 7 /* position */
        start local 7 // int position
         5: .line 62
            aload 3 /* b */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            astore 8 /* view */
        start local 8 // java.nio.ByteBuffer view
         6: .line 63
            iload 2 /* flushed */
            aload 0 /* this */
            iconst_1
            anewarray java.nio.ByteBuffer
            dup
            iconst_0
            aload 3 /* b */
            aastore
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint.flush:([Ljava/nio/ByteBuffer;)Z
            iand
            istore 2 /* flushed */
         7: .line 64
            aload 3 /* b */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 7 /* position */
            isub
            istore 9 /* l */
        start local 9 // int l
         8: .line 65
            aload 8 /* view */
            aload 8 /* view */
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 9 /* l */
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         9: .line 66
            aload 0 /* this */
            aload 8 /* view */
            invokevirtual org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.notifyOutgoing:(Ljava/nio/ByteBuffer;)V
        10: .line 67
            iload 2 /* flushed */
            ifne 12
        11: .line 68
            goto 14
        end local 9 // int l
        end local 8 // java.nio.ByteBuffer view
        end local 7 // int position
        end local 3 // java.nio.ByteBuffer b
        12: .line 57
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        13: iload 4
            iload 5
            if_icmplt 2
        14: .line 71
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer[] int
      StackMap stack:
            iload 2 /* flushed */
            ireturn
        end local 2 // boolean flushed
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            0   15     1   buffers  [Ljava/nio/ByteBuffer;
            1   15     2   flushed  Z
            3   12     3         b  Ljava/nio/ByteBuffer;
            5   12     7  position  I
            6   12     8      view  Ljava/nio/ByteBuffer;
            8   12     9         l  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  

  public void onOpen();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
         0: .line 77
            aload 0 /* this */
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint.onOpen:()V
         1: .line 78
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 9
         2: .line 80
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 8
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint top java.util.Iterator
      StackMap stack:
         3: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.io.NetworkTrafficListener
            astore 1 /* listener */
        start local 1 // org.eclipse.jetty.io.NetworkTrafficListener listener
         4: .line 84
            aload 1 /* listener */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.getSocket:()Ljava/net/Socket;
            invokeinterface org.eclipse.jetty.io.NetworkTrafficListener.opened:(Ljava/net/Socket;)V
         5: .line 85
            goto 8
         6: .line 86
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint org.eclipse.jetty.io.NetworkTrafficListener java.util.Iterator
      StackMap stack: java.lang.Exception
            astore 3 /* x */
        start local 3 // java.lang.Exception x
         7: .line 88
            getstatic org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 3 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Exception x
        end local 1 // org.eclipse.jetty.io.NetworkTrafficListener listener
         8: .line 80
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 92
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            4    8     1  listener  Lorg/eclipse/jetty/io/NetworkTrafficListener;
            7    8     3         x  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Exception

  public void onClose(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
        start local 1 // java.lang.Throwable cause
         0: .line 97
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint.onClose:(Ljava/lang/Throwable;)V
         1: .line 98
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 9
         2: .line 100
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.lang.Throwable top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.io.NetworkTrafficListener
            astore 2 /* listener */
        start local 2 // org.eclipse.jetty.io.NetworkTrafficListener listener
         4: .line 104
            aload 2 /* listener */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.getSocket:()Ljava/net/Socket;
            invokeinterface org.eclipse.jetty.io.NetworkTrafficListener.closed:(Ljava/net/Socket;)V
         5: .line 105
            goto 8
         6: .line 106
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.lang.Throwable org.eclipse.jetty.io.NetworkTrafficListener java.util.Iterator
      StackMap stack: java.lang.Exception
            astore 4 /* x */
        start local 4 // java.lang.Exception x
         7: .line 108
            getstatic org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 4 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/Throwable;)V
        end local 4 // java.lang.Exception x
        end local 2 // org.eclipse.jetty.io.NetworkTrafficListener listener
         8: .line 100
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.lang.Throwable top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 112
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.lang.Throwable
      StackMap stack:
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            0   10     1     cause  Ljava/lang/Throwable;
            4    8     2  listener  Lorg/eclipse/jetty/io/NetworkTrafficListener;
            7    8     4         x  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Exception
    MethodParameters:
       Name  Flags
      cause  

  public void notifyIncoming(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
        start local 1 // java.nio.ByteBuffer buffer
        start local 2 // int read
         0: .line 116
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 9
            iload 2 /* read */
            ifle 9
         1: .line 118
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.io.NetworkTrafficListener
            astore 3 /* listener */
        start local 3 // org.eclipse.jetty.io.NetworkTrafficListener listener
         3: .line 122
            aload 1 /* buffer */
            invokevirtual java.nio.ByteBuffer.asReadOnlyBuffer:()Ljava/nio/ByteBuffer;
            astore 5 /* view */
        start local 5 // java.nio.ByteBuffer view
         4: .line 123
            aload 3 /* listener */
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.getSocket:()Ljava/net/Socket;
            aload 5 /* view */
            invokeinterface org.eclipse.jetty.io.NetworkTrafficListener.incoming:(Ljava/net/Socket;Ljava/nio/ByteBuffer;)V
        end local 5 // java.nio.ByteBuffer view
         5: .line 124
            goto 8
         6: .line 125
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer int org.eclipse.jetty.io.NetworkTrafficListener java.util.Iterator
      StackMap stack: java.lang.Exception
            astore 5 /* x */
        start local 5 // java.lang.Exception x
         7: .line 127
            getstatic org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 5 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/Throwable;)V
        end local 5 // java.lang.Exception x
        end local 3 // org.eclipse.jetty.io.NetworkTrafficListener listener
         8: .line 118
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 131
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer int
      StackMap stack:
            return
        end local 2 // int read
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            0   10     1    buffer  Ljava/nio/ByteBuffer;
            0   10     2      read  I
            3    8     3  listener  Lorg/eclipse/jetty/io/NetworkTrafficListener;
            4    5     5      view  Ljava/nio/ByteBuffer;
            7    8     5         x  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           3     5       6  Class java.lang.Exception
    MethodParameters:
        Name  Flags
      buffer  
      read    

  public void notifyOutgoing(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
        start local 1 // java.nio.ByteBuffer view
         0: .line 135
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            ifnull 9
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 9
            aload 1 /* view */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 9
         1: .line 137
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.getSocket:()Ljava/net/Socket;
            astore 2 /* socket */
        start local 2 // java.net.Socket socket
         2: .line 138
            aload 0 /* this */
            getfield org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 8
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer java.net.Socket top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.io.NetworkTrafficListener
            astore 3 /* listener */
        start local 3 // org.eclipse.jetty.io.NetworkTrafficListener listener
         4: .line 142
            aload 3 /* listener */
            aload 2 /* socket */
            aload 1 /* view */
            invokeinterface org.eclipse.jetty.io.NetworkTrafficListener.outgoing:(Ljava/net/Socket;Ljava/nio/ByteBuffer;)V
         5: .line 143
            goto 8
         6: .line 144
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer java.net.Socket org.eclipse.jetty.io.NetworkTrafficListener java.util.Iterator
      StackMap stack: java.lang.Exception
            astore 5 /* x */
        start local 5 // java.lang.Exception x
         7: .line 146
            getstatic org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 5 /* x */
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/Throwable;)V
        end local 5 // java.lang.Exception x
        end local 3 // org.eclipse.jetty.io.NetworkTrafficListener listener
         8: .line 138
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer java.net.Socket top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.net.Socket socket
         9: .line 150
      StackMap locals: org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint java.nio.ByteBuffer
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer view
        end local 0 // org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lorg/eclipse/jetty/io/NetworkTrafficSelectChannelEndPoint;
            0   10     1      view  Ljava/nio/ByteBuffer;
            2    9     2    socket  Ljava/net/Socket;
            4    8     3  listener  Lorg/eclipse/jetty/io/NetworkTrafficListener;
            7    8     5         x  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      view  
}
SourceFile: "NetworkTrafficSelectChannelEndPoint.java"