abstract class org.xnio.nio.AbstractNioStreamConnection extends org.xnio.StreamConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.xnio.nio.AbstractNioStreamConnection
  super_class: org.xnio.StreamConnection
{
  protected void <init>(org.xnio.nio.WorkerThread);
    descriptor: (Lorg/xnio/nio/WorkerThread;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.AbstractNioStreamConnection this
        start local 1 // org.xnio.nio.WorkerThread workerThread
         0: .line 31
            aload 0 /* this */
            aload 1 /* workerThread */
            invokespecial org.xnio.StreamConnection.<init>:(Lorg/xnio/XnioIoThread;)V
         1: .line 32
            return
        end local 1 // org.xnio.nio.WorkerThread workerThread
        end local 0 // org.xnio.nio.AbstractNioStreamConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/xnio/nio/AbstractNioStreamConnection;
            0    2     1  workerThread  Lorg/xnio/nio/WorkerThread;
    MethodParameters:
              Name  Flags
      workerThread  final

  protected void setSourceConduit(org.xnio.conduits.StreamSourceConduit);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.AbstractNioStreamConnection this
        start local 1 // org.xnio.conduits.StreamSourceConduit conduit
         0: .line 35
            aload 0 /* this */
            aload 1 /* conduit */
            invokespecial org.xnio.StreamConnection.setSourceConduit:(Lorg/xnio/conduits/StreamSourceConduit;)V
         1: .line 36
            return
        end local 1 // org.xnio.conduits.StreamSourceConduit conduit
        end local 0 // org.xnio.nio.AbstractNioStreamConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/xnio/nio/AbstractNioStreamConnection;
            0    2     1  conduit  Lorg/xnio/conduits/StreamSourceConduit;
    MethodParameters:
         Name  Flags
      conduit  final

  protected void setSinkConduit(org.xnio.conduits.StreamSinkConduit);
    descriptor: (Lorg/xnio/conduits/StreamSinkConduit;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.AbstractNioStreamConnection this
        start local 1 // org.xnio.conduits.StreamSinkConduit conduit
         0: .line 39
            aload 0 /* this */
            aload 1 /* conduit */
            invokespecial org.xnio.StreamConnection.setSinkConduit:(Lorg/xnio/conduits/StreamSinkConduit;)V
         1: .line 40
            return
        end local 1 // org.xnio.conduits.StreamSinkConduit conduit
        end local 0 // org.xnio.nio.AbstractNioStreamConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/xnio/nio/AbstractNioStreamConnection;
            0    2     1  conduit  Lorg/xnio/conduits/StreamSinkConduit;
    MethodParameters:
         Name  Flags
      conduit  final

  protected boolean readClosed();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.AbstractNioStreamConnection this
         0: .line 43
            aload 0 /* this */
            invokespecial org.xnio.StreamConnection.readClosed:()Z
            ireturn
        end local 0 // org.xnio.nio.AbstractNioStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/AbstractNioStreamConnection;

  protected boolean writeClosed();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.AbstractNioStreamConnection this
         0: .line 47
            aload 0 /* this */
            invokespecial org.xnio.StreamConnection.writeClosed:()Z
            ireturn
        end local 0 // org.xnio.nio.AbstractNioStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/AbstractNioStreamConnection;
}
SourceFile: "AbstractNioStreamConnection.java"