public interface org.eclipse.jetty.io.ssl.SslHandshakeListener extends java.util.EventListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jetty.io.ssl.SslHandshakeListener
  super_class: java.lang.Object
{
  public void handshakeSucceeded(org.eclipse.jetty.io.ssl.SslHandshakeListener$Event);
    descriptor: (Lorg/eclipse/jetty/io/ssl/SslHandshakeListener$Event;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.io.ssl.SslHandshakeListener this
        start local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener$Event event
         0: .line 42
            return
        end local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener$Event event
        end local 0 // org.eclipse.jetty.io.ssl.SslHandshakeListener this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;
            0    1     1  event  Lorg/eclipse/jetty/io/ssl/SslHandshakeListener$Event;
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
       Name  Flags
      event  

  public void handshakeFailed(org.eclipse.jetty.io.ssl.SslHandshakeListener$Event, java.lang.Throwable);
    descriptor: (Lorg/eclipse/jetty/io/ssl/SslHandshakeListener$Event;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.io.ssl.SslHandshakeListener this
        start local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener$Event event
        start local 2 // java.lang.Throwable failure
         0: .line 52
            return
        end local 2 // java.lang.Throwable failure
        end local 1 // org.eclipse.jetty.io.ssl.SslHandshakeListener$Event event
        end local 0 // org.eclipse.jetty.io.ssl.SslHandshakeListener this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jetty/io/ssl/SslHandshakeListener;
            0    1     1    event  Lorg/eclipse/jetty/io/ssl/SslHandshakeListener$Event;
            0    1     2  failure  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      event    
      failure  
}
SourceFile: "SslHandshakeListener.java"
NestMembers:
  org.eclipse.jetty.io.ssl.SslHandshakeListener$Event
InnerClasses:
  public Event = org.eclipse.jetty.io.ssl.SslHandshakeListener$Event of org.eclipse.jetty.io.ssl.SslHandshakeListener