class io.vertx.core.net.impl.NetServerImpl$NetSocketStream implements io.vertx.core.streams.ReadStream<io.vertx.core.net.NetSocket>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.net.impl.NetServerImpl$NetSocketStream
  super_class: java.lang.Object
{
  final io.vertx.core.net.impl.NetServerImpl this$0;
    descriptor: Lio/vertx/core/net/impl/NetServerImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(io.vertx.core.net.impl.NetServerImpl);
    descriptor: (Lio/vertx/core/net/impl/NetServerImpl;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
         0: .line 508
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.net.impl.NetServerImpl$NetSocketStream.this$0:Lio/vertx/core/net/impl/NetServerImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    MethodParameters:
        Name  Flags
      this$0  final

  public io.vertx.core.net.impl.NetServerImpl$NetSocketStream handler(io.vertx.core.Handler<io.vertx.core.net.NetSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 514
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$NetSocketStream.this$0:Lio/vertx/core/net/impl/NetServerImpl;
            aload 1 /* handler */
            invokevirtual io.vertx.core.net.impl.NetServerImpl.connectHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/NetServer;
            pop
         1: .line 515
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/net/NetSocket;>;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.net.impl.NetServerImpl$NetSocketStream pause();
    descriptor: ()Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
         0: .line 520
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$NetSocketStream.this$0:Lio/vertx/core/net/impl/NetServerImpl;
            invokevirtual io.vertx.core.net.impl.NetServerImpl.pauseAccepting:()V
         1: .line 521
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;

  public io.vertx.core.net.impl.NetServerImpl$NetSocketStream resume();
    descriptor: ()Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
         0: .line 526
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$NetSocketStream.this$0:Lio/vertx/core/net/impl/NetServerImpl;
            invokevirtual io.vertx.core.net.impl.NetServerImpl.resumeAccepting:()V
         1: .line 527
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;

  public io.vertx.core.streams.ReadStream<io.vertx.core.net.NetSocket> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
        start local 1 // long amount
         0: .line 532
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$NetSocketStream.this$0:Lio/vertx/core/net/impl/NetServerImpl;
            lload 1 /* amount */
            invokevirtual io.vertx.core.net.impl.NetServerImpl.fetchAccepting:(J)V
         1: .line 533
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/net/NetSocket;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.net.impl.NetServerImpl$NetSocketStream endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 538
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$NetSocketStream.this$0:Lio/vertx/core/net/impl/NetServerImpl;
            dup
            astore 2
            monitorenter
         1: .line 539
            aload 0 /* this */
            getfield io.vertx.core.net.impl.NetServerImpl$NetSocketStream.this$0:Lio/vertx/core/net/impl/NetServerImpl;
            aload 1 /* handler */
            putfield io.vertx.core.net.impl.NetServerImpl.endHandler:Lio/vertx/core/Handler;
         2: .line 540
            aload 0 /* this */
            aload 2
            monitorexit
         3: areturn
         4: .line 538
      StackMap locals: io.vertx.core.net.impl.NetServerImpl$NetSocketStream io.vertx.core.Handler io.vertx.core.net.impl.NetServerImpl
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         5: athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            0    6     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.net.impl.NetServerImpl$NetSocketStream exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 547
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.net.impl.NetServerImpl$NetSocketStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.NetServerImpl$NetSocketStream.pause:()Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.core.net.impl.NetServerImpl$NetSocketStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.impl.NetServerImpl$NetSocketStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.core.net.impl.NetServerImpl$NetSocketStream.resume:()Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.impl.NetServerImpl$NetSocketStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.net.impl.NetServerImpl$NetSocketStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/NetServerImpl$NetSocketStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/net/NetSocket;>;
SourceFile: "NetServerImpl.java"
NestHost: io.vertx.core.net.impl.NetServerImpl
InnerClasses:
  private NetSocketStream = io.vertx.core.net.impl.NetServerImpl$NetSocketStream of io.vertx.core.net.impl.NetServerImpl