Class ClientConnectionFactory.Info

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.io.ClientConnectionFactory.Info
All Implemented Interfaces:
org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.Dumpable.DumpableContainer, org.eclipse.jetty.util.component.LifeCycle
Enclosing interface:
ClientConnectionFactory

public abstract static class ClientConnectionFactory.Info extends org.eclipse.jetty.util.component.ContainerLifeCycle

A holder for a list of protocol strings identifiers (for example ["h2", "h2-17", "h2-16"]) and a ClientConnectionFactory that creates connections that speak an application protocol such as HTTP.