public class io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel extends io.netty.channel.udt.nio.NioUdtAcceptorChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel
  super_class: io.netty.channel.udt.nio.NioUdtAcceptorChannel
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel this
         0: .line 31
            aload 0 /* this */
            getstatic com.barchart.udt.TypeUDT.DATAGRAM:Lcom/barchart/udt/TypeUDT;
            invokespecial io.netty.channel.udt.nio.NioUdtAcceptorChannel.<init>:(Lcom/barchart/udt/TypeUDT;)V
         1: .line 32
            return
        end local 0 // io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/channel/udt/nio/NioUdtMessageAcceptorChannel;

  protected io.netty.channel.udt.UdtChannel newConnectorChannel(com.barchart.udt.nio.SocketChannelUDT);
    descriptor: (Lcom/barchart/udt/nio/SocketChannelUDT;)Lio/netty/channel/udt/UdtChannel;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel this
        start local 1 // com.barchart.udt.nio.SocketChannelUDT channelUDT
         0: .line 36
            new io.netty.channel.udt.nio.NioUdtMessageConnectorChannel
            dup
            aload 0 /* this */
            aload 1 /* channelUDT */
            invokespecial io.netty.channel.udt.nio.NioUdtMessageConnectorChannel.<init>:(Lio/netty/channel/Channel;Lcom/barchart/udt/nio/SocketChannelUDT;)V
            areturn
        end local 1 // com.barchart.udt.nio.SocketChannelUDT channelUDT
        end local 0 // io.netty.channel.udt.nio.NioUdtMessageAcceptorChannel this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/netty/channel/udt/nio/NioUdtMessageAcceptorChannel;
            0    1     1  channelUDT  Lcom/barchart/udt/nio/SocketChannelUDT;
    MethodParameters:
            Name  Flags
      channelUDT  
}
SourceFile: "NioUdtMessageAcceptorChannel.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()