public interface org.eclipse.jetty.io.ClientConnectionFactory$Decorator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jetty.io.ClientConnectionFactory$Decorator
  super_class: java.lang.Object
{
  public abstract org.eclipse.jetty.io.ClientConnectionFactory apply(org.eclipse.jetty.io.ClientConnectionFactory);
    descriptor: (Lorg/eclipse/jetty/io/ClientConnectionFactory;)Lorg/eclipse/jetty/io/ClientConnectionFactory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      factory  
}
SourceFile: "ClientConnectionFactory.java"
NestHost: org.eclipse.jetty.io.ClientConnectionFactory
InnerClasses:
  public abstract Decorator = org.eclipse.jetty.io.ClientConnectionFactory$Decorator of org.eclipse.jetty.io.ClientConnectionFactory