public class org.xnio.channels.AssembledConnectedChannel extends org.xnio.channels.AssembledChannel implements org.xnio.channels.ConnectedChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xnio.channels.AssembledConnectedChannel
  super_class: org.xnio.channels.AssembledChannel
{
  private final org.xnio.channels.ConnectedChannel connection;
    descriptor: Lorg/xnio/channels/ConnectedChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.xnio.channels.SuspendableReadChannel, org.xnio.channels.SuspendableWriteChannel);
    descriptor: (Lorg/xnio/channels/SuspendableReadChannel;Lorg/xnio/channels/SuspendableWriteChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.xnio.channels.AssembledConnectedChannel this
        start local 1 // org.xnio.channels.SuspendableReadChannel readChannel
        start local 2 // org.xnio.channels.SuspendableWriteChannel writeChannel
         0: .line 42
            aload 0 /* this */
            aload 1 /* readChannel */
            aload 2 /* writeChannel */
            invokespecial org.xnio.channels.AssembledChannel.<init>:(Lorg/xnio/channels/SuspendableReadChannel;Lorg/xnio/channels/SuspendableWriteChannel;)V
         1: .line 43
            ldc Lorg/xnio/channels/ConnectedChannel;
            aload 1 /* readChannel */
            invokestatic org.xnio.channels.Channels.unwrap:(Ljava/lang/Class;Ljava/nio/channels/Channel;)Ljava/nio/channels/Channel;
            checkcast org.xnio.channels.ConnectedChannel
            astore 3 /* ch */
        start local 3 // org.xnio.channels.ConnectedChannel ch
         2: .line 44
            aload 3 /* ch */
            ifnonnull 3
            ldc Lorg/xnio/channels/ConnectedChannel;
            aload 2 /* writeChannel */
            invokestatic org.xnio.channels.Channels.unwrap:(Ljava/lang/Class;Ljava/nio/channels/Channel;)Ljava/nio/channels/Channel;
            checkcast org.xnio.channels.ConnectedChannel
            astore 3 /* ch */
         3: .line 45
      StackMap locals: org.xnio.channels.AssembledConnectedChannel org.xnio.channels.SuspendableReadChannel org.xnio.channels.SuspendableWriteChannel org.xnio.channels.ConnectedChannel
      StackMap stack:
            aload 3 /* ch */
            ifnonnull 4
            getstatic org.xnio._private.Messages.msg:Lorg/xnio/_private/Messages;
            invokeinterface org.xnio._private.Messages.oneChannelMustBeConnection:()Ljava/lang/IllegalArgumentException;
            athrow
         4: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* ch */
            putfield org.xnio.channels.AssembledConnectedChannel.connection:Lorg/xnio/channels/ConnectedChannel;
         5: .line 47
            return
        end local 3 // org.xnio.channels.ConnectedChannel ch
        end local 2 // org.xnio.channels.SuspendableWriteChannel writeChannel
        end local 1 // org.xnio.channels.SuspendableReadChannel readChannel
        end local 0 // org.xnio.channels.AssembledConnectedChannel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/xnio/channels/AssembledConnectedChannel;
            0    6     1   readChannel  Lorg/xnio/channels/SuspendableReadChannel;
            0    6     2  writeChannel  Lorg/xnio/channels/SuspendableWriteChannel;
            2    6     3            ch  Lorg/xnio/channels/ConnectedChannel;
    MethodParameters:
              Name  Flags
      readChannel   final
      writeChannel  final

  public org.xnio.ChannelListener$Setter<? extends org.xnio.channels.AssembledConnectedChannel> getCloseSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledConnectedChannel this
         0: .line 51
            aload 0 /* this */
            invokespecial org.xnio.channels.AssembledChannel.getCloseSetter:()Lorg/xnio/ChannelListener$Setter;
            areturn
        end local 0 // org.xnio.channels.AssembledConnectedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledConnectedChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<+Lorg/xnio/channels/AssembledConnectedChannel;>;

  public java.net.SocketAddress getPeerAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledConnectedChannel this
         0: .line 55
            aload 0 /* this */
            getfield org.xnio.channels.AssembledConnectedChannel.connection:Lorg/xnio/channels/ConnectedChannel;
            invokeinterface org.xnio.channels.ConnectedChannel.getPeerAddress:()Ljava/net/SocketAddress;
            areturn
        end local 0 // org.xnio.channels.AssembledConnectedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledConnectedChannel;

  public <A extends java.net.SocketAddress> A getPeerAddress(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.AssembledConnectedChannel this
        start local 1 // java.lang.Class type
         0: .line 59
            aload 0 /* this */
            getfield org.xnio.channels.AssembledConnectedChannel.connection:Lorg/xnio/channels/ConnectedChannel;
            aload 1 /* type */
            invokeinterface org.xnio.channels.ConnectedChannel.getPeerAddress:(Ljava/lang/Class;)Ljava/net/SocketAddress;
            areturn
        end local 1 // java.lang.Class type
        end local 0 // org.xnio.channels.AssembledConnectedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledConnectedChannel;
            0    1     1  type  Ljava/lang/Class<TA;>;
    Signature: <A:Ljava/net/SocketAddress;>(Ljava/lang/Class<TA;>;)TA;
    MethodParameters:
      Name  Flags
      type  final

  public java.net.SocketAddress getLocalAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledConnectedChannel this
         0: .line 63
            aload 0 /* this */
            getfield org.xnio.channels.AssembledConnectedChannel.connection:Lorg/xnio/channels/ConnectedChannel;
            invokeinterface org.xnio.channels.ConnectedChannel.getLocalAddress:()Ljava/net/SocketAddress;
            areturn
        end local 0 // org.xnio.channels.AssembledConnectedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledConnectedChannel;

  public <A extends java.net.SocketAddress> A getLocalAddress(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.AssembledConnectedChannel this
        start local 1 // java.lang.Class type
         0: .line 67
            aload 0 /* this */
            getfield org.xnio.channels.AssembledConnectedChannel.connection:Lorg/xnio/channels/ConnectedChannel;
            aload 1 /* type */
            invokeinterface org.xnio.channels.ConnectedChannel.getLocalAddress:(Ljava/lang/Class;)Ljava/net/SocketAddress;
            areturn
        end local 1 // java.lang.Class type
        end local 0 // org.xnio.channels.AssembledConnectedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledConnectedChannel;
            0    1     1  type  Ljava/lang/Class<TA;>;
    Signature: <A:Ljava/net/SocketAddress;>(Ljava/lang/Class<TA;>;)TA;
    MethodParameters:
      Name  Flags
      type  final
}
SourceFile: "AssembledConnectedChannel.java"
InnerClasses:
  public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener