public class io.netty.channel.udt.nio.NioUdtByteAcceptorChannel 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.NioUdtByteAcceptorChannel
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.NioUdtByteAcceptorChannel this
0: .line 31
aload 0 /* this */
getstatic com.barchart.udt.TypeUDT.STREAM: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.NioUdtByteAcceptorChannel this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/channel/udt/nio/NioUdtByteAcceptorChannel;
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.NioUdtByteAcceptorChannel this
start local 1 // com.barchart.udt.nio.SocketChannelUDT channelUDT
0: .line 36
new io.netty.channel.udt.nio.NioUdtByteConnectorChannel
dup
aload 0 /* this */
aload 1 /* channelUDT */
invokespecial io.netty.channel.udt.nio.NioUdtByteConnectorChannel.<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.NioUdtByteAcceptorChannel this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/channel/udt/nio/NioUdtByteAcceptorChannel;
0 1 1 channelUDT Lcom/barchart/udt/nio/SocketChannelUDT;
MethodParameters:
Name Flags
channelUDT
}
SourceFile: "NioUdtByteAcceptorChannel.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()