class io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter implements org.xnio.ChannelListener<org.xnio.channels.SslChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter
  super_class: java.lang.Object
{
  private volatile boolean done;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter this
         0: .line 250
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 252
            aload 0 /* this */
            iconst_0
            putfield io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter.done:Z
         2: .line 250
            return
        end local 0 // io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/ConnectionSSLSessionInfo$SslHandshakeWaiter;

  boolean isDone();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter this
         0: .line 255
            aload 0 /* this */
            getfield io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter.done:Z
            ireturn
        end local 0 // io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/ConnectionSSLSessionInfo$SslHandshakeWaiter;

  public void handleEvent(org.xnio.channels.SslChannel);
    descriptor: (Lorg/xnio/channels/SslChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter this
        start local 1 // org.xnio.channels.SslChannel channel
         0: .line 260
            aload 0 /* this */
            iconst_1
            putfield io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter.done:Z
         1: .line 261
            return
        end local 1 // org.xnio.channels.SslChannel channel
        end local 0 // io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/undertow/server/ConnectionSSLSessionInfo$SslHandshakeWaiter;
            0    2     1  channel  Lorg/xnio/channels/SslChannel;
    MethodParameters:
         Name  Flags
      channel  

  public void handleEvent(java.nio.channels.Channel);
    descriptor: (Ljava/nio/channels/Channel;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.xnio.channels.SslChannel
            invokevirtual io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter.handleEvent:(Lorg/xnio/channels/SslChannel;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener<Lorg/xnio/channels/SslChannel;>;
SourceFile: "ConnectionSSLSessionInfo.java"
NestHost: io.undertow.server.ConnectionSSLSessionInfo
InnerClasses:
  private SslHandshakeWaiter = io.undertow.server.ConnectionSSLSessionInfo$SslHandshakeWaiter of io.undertow.server.ConnectionSSLSessionInfo