public class io.dropwizard.jetty.SslReload
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.dropwizard.jetty.SslReload
  super_class: java.lang.Object
{
  private final org.eclipse.jetty.util.ssl.SslContextFactory factory;
    descriptor: Lorg/eclipse/jetty/util/ssl/SslContextFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.function.Consumer<org.eclipse.jetty.util.ssl.SslContextFactory> configurer;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Consumer<Lorg/eclipse/jetty/util/ssl/SslContextFactory;>;

  public void <init>(org.eclipse.jetty.util.ssl.SslContextFactory, java.util.function.Consumer<org.eclipse.jetty.util.ssl.SslContextFactory>);
    descriptor: (Lorg/eclipse/jetty/util/ssl/SslContextFactory;Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.dropwizard.jetty.SslReload this
        start local 1 // org.eclipse.jetty.util.ssl.SslContextFactory factory
        start local 2 // java.util.function.Consumer configurer
         0: .line 12
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 13
            aload 0 /* this */
            aload 1 /* factory */
            putfield io.dropwizard.jetty.SslReload.factory:Lorg/eclipse/jetty/util/ssl/SslContextFactory;
         2: .line 14
            aload 0 /* this */
            aload 2 /* configurer */
            putfield io.dropwizard.jetty.SslReload.configurer:Ljava/util/function/Consumer;
         3: .line 15
            return
        end local 2 // java.util.function.Consumer configurer
        end local 1 // org.eclipse.jetty.util.ssl.SslContextFactory factory
        end local 0 // io.dropwizard.jetty.SslReload this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/dropwizard/jetty/SslReload;
            0    4     1     factory  Lorg/eclipse/jetty/util/ssl/SslContextFactory;
            0    4     2  configurer  Ljava/util/function/Consumer<Lorg/eclipse/jetty/util/ssl/SslContextFactory;>;
    Signature: (Lorg/eclipse/jetty/util/ssl/SslContextFactory;Ljava/util/function/Consumer<Lorg/eclipse/jetty/util/ssl/SslContextFactory;>;)V
    MethodParameters:
            Name  Flags
      factory     
      configurer  

  public void reload();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.SslReload this
         0: .line 18
            aload 0 /* this */
            invokevirtual io.dropwizard.jetty.SslReload.getFactory:()Lorg/eclipse/jetty/util/ssl/SslContextFactory;
            aload 0 /* this */
            getfield io.dropwizard.jetty.SslReload.configurer:Ljava/util/function/Consumer;
            invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory.reload:(Ljava/util/function/Consumer;)V
         1: .line 19
            return
        end local 0 // io.dropwizard.jetty.SslReload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/dropwizard/jetty/SslReload;
    Exceptions:
      throws java.lang.Exception

  public void reload(org.eclipse.jetty.util.ssl.SslContextFactory);
    descriptor: (Lorg/eclipse/jetty/util/ssl/SslContextFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.dropwizard.jetty.SslReload this
        start local 1 // org.eclipse.jetty.util.ssl.SslContextFactory factory
         0: .line 22
            aload 1 /* factory */
            aload 0 /* this */
            getfield io.dropwizard.jetty.SslReload.configurer:Ljava/util/function/Consumer;
            invokevirtual org.eclipse.jetty.util.ssl.SslContextFactory.reload:(Ljava/util/function/Consumer;)V
         1: .line 23
            return
        end local 1 // org.eclipse.jetty.util.ssl.SslContextFactory factory
        end local 0 // io.dropwizard.jetty.SslReload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/dropwizard/jetty/SslReload;
            0    2     1  factory  Lorg/eclipse/jetty/util/ssl/SslContextFactory;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      factory  

  public org.eclipse.jetty.util.ssl.SslContextFactory getFactory();
    descriptor: ()Lorg/eclipse/jetty/util/ssl/SslContextFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.dropwizard.jetty.SslReload this
         0: .line 26
            aload 0 /* this */
            getfield io.dropwizard.jetty.SslReload.factory:Lorg/eclipse/jetty/util/ssl/SslContextFactory;
            areturn
        end local 0 // io.dropwizard.jetty.SslReload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/dropwizard/jetty/SslReload;
}
SourceFile: "SslReload.java"