public final class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler extends org.glassfish.grizzly.EmptyCompletionHandler<org.glassfish.grizzly.nio.RegisterChannelResult>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler
super_class: org.glassfish.grizzly.EmptyCompletionHandler
{
private final org.glassfish.grizzly.impl.FutureImpl<org.glassfish.grizzly.Connection> listener;
descriptor: Lorg/glassfish/grizzly/impl/FutureImpl;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/glassfish/grizzly/impl/FutureImpl<Lorg/glassfish/grizzly/Connection;>;
final org.glassfish.grizzly.nio.transport.TCPNIOServerConnection this$0;
descriptor: Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.glassfish.grizzly.nio.transport.TCPNIOServerConnection);
descriptor: (Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: aload 0
aload 1
aconst_null
invokespecial org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.<init>:(Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;Lorg/glassfish/grizzly/impl/FutureImpl;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler;
MethodParameters:
Name Flags
this$0 final
public void <init>(org.glassfish.grizzly.impl.FutureImpl<org.glassfish.grizzly.Connection>);
descriptor: (Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;Lorg/glassfish/grizzly/impl/FutureImpl;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.this$0:Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;
aload 0
invokespecial org.glassfish.grizzly.EmptyCompletionHandler.<init>:()V
1: aload 0
aload 2
putfield org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.listener:Lorg/glassfish/grizzly/impl/FutureImpl;
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler;
0 3 2 listener Lorg/glassfish/grizzly/impl/FutureImpl<Lorg/glassfish/grizzly/Connection;>;
Signature: (Lorg/glassfish/grizzly/impl/FutureImpl<Lorg/glassfish/grizzly/Connection;>;)V
MethodParameters:
Name Flags
this$0 final
listener
public void completed(org.glassfish.grizzly.nio.RegisterChannelResult);
descriptor: (Lorg/glassfish/grizzly/nio/RegisterChannelResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.this$0:Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;
invokestatic org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.access$0:(Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;)Lorg/glassfish/grizzly/nio/NIOTransport;
checkcast org.glassfish.grizzly.nio.transport.TCPNIOTransport
astore 2
start local 2 1: aload 2
getfield org.glassfish.grizzly.nio.transport.TCPNIOTransport.selectorRegistrationHandler:Lorg/glassfish/grizzly/nio/transport/TCPNIOTransport$RegisterChannelCompletionHandler;
aload 1
invokevirtual org.glassfish.grizzly.nio.transport.TCPNIOTransport$RegisterChannelCompletionHandler.completed:(Lorg/glassfish/grizzly/nio/RegisterChannelResult;)V
2: aload 2
invokevirtual org.glassfish.grizzly.nio.transport.TCPNIOTransport.getSelectionKeyHandler:()Lorg/glassfish/grizzly/nio/SelectionKeyHandler;
astore 3
start local 3 3: aload 1
invokevirtual org.glassfish.grizzly.nio.RegisterChannelResult.getSelectionKey:()Ljava/nio/channels/SelectionKey;
astore 4
start local 4 4: aload 3
aload 4
invokeinterface org.glassfish.grizzly.nio.SelectionKeyHandler.getConnectionForKey:(Ljava/nio/channels/SelectionKey;)Lorg/glassfish/grizzly/nio/NIOConnection;
checkcast org.glassfish.grizzly.nio.transport.TCPNIOConnection
astore 5
start local 5 5: aload 0
getfield org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.listener:Lorg/glassfish/grizzly/impl/FutureImpl;
ifnull 7
6: aload 0
getfield org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.listener:Lorg/glassfish/grizzly/impl/FutureImpl;
aload 5
invokeinterface org.glassfish.grizzly.impl.FutureImpl.result:(Ljava/lang/Object;)V
7: StackMap locals: org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler org.glassfish.grizzly.nio.RegisterChannelResult org.glassfish.grizzly.nio.transport.TCPNIOTransport org.glassfish.grizzly.nio.SelectionKeyHandler java.nio.channels.SelectionKey org.glassfish.grizzly.nio.transport.TCPNIOConnection
StackMap stack:
aload 5
invokevirtual org.glassfish.grizzly.nio.transport.TCPNIOConnection.notifyReady:()Z
ifeq 12
8: aload 0
getfield org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.this$0:Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;
invokestatic org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.access$0:(Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection;)Lorg/glassfish/grizzly/nio/NIOTransport;
getstatic org.glassfish.grizzly.IOEvent.ACCEPTED:Lorg/glassfish/grizzly/IOEvent;
aload 5
aconst_null
invokevirtual org.glassfish.grizzly.nio.NIOTransport.fireIOEvent:(Lorg/glassfish/grizzly/IOEvent;Lorg/glassfish/grizzly/Connection;Lorg/glassfish/grizzly/IOEventLifeCycleListener;)V
end local 5 end local 4 end local 3 end local 2 9: goto 12
StackMap locals: org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler org.glassfish.grizzly.nio.RegisterChannelResult
StackMap stack: java.lang.Exception
10: astore 2
start local 2 11: getstatic org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.LOGGER:Ljava/util/logging/Logger;
getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
ldc "Exception happened, when trying to accept the connection"
aload 2
invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
end local 2 12: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/glassfish/grizzly/nio/transport/TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler;
0 13 1 result Lorg/glassfish/grizzly/nio/RegisterChannelResult;
1 9 2 nioTransport Lorg/glassfish/grizzly/nio/transport/TCPNIOTransport;
3 9 3 selectionKeyHandler Lorg/glassfish/grizzly/nio/SelectionKeyHandler;
4 9 4 acceptedConnectionKey Ljava/nio/channels/SelectionKey;
5 9 5 connection Lorg/glassfish/grizzly/nio/transport/TCPNIOConnection;
11 12 2 e Ljava/lang/Exception;
Exception table:
from to target type
0 9 10 Class java.lang.Exception
MethodParameters:
Name Flags
result
public void completed(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.glassfish.grizzly.nio.RegisterChannelResult
invokevirtual org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler.completed:(Lorg/glassfish/grizzly/nio/RegisterChannelResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/glassfish/grizzly/EmptyCompletionHandler<Lorg/glassfish/grizzly/nio/RegisterChannelResult;>;
SourceFile: "TCPNIOServerConnection.java"
NestHost: org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
InnerClasses:
protected final RegisterAcceptedChannelCompletionHandler = org.glassfish.grizzly.nio.transport.TCPNIOServerConnection$RegisterAcceptedChannelCompletionHandler of org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
RegisterChannelCompletionHandler = org.glassfish.grizzly.nio.transport.TCPNIOTransport$RegisterChannelCompletionHandler of org.glassfish.grizzly.nio.transport.TCPNIOTransport