Class HTTP2ServerConnectionFactory

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.server.AbstractConnectionFactory
org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory
org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory
All Implemented Interfaces:
org.eclipse.jetty.server.ConnectionFactory, org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminator, 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
Direct Known Subclasses:
HTTP2CServerConnectionFactory

public class HTTP2ServerConnectionFactory extends AbstractHTTP2ServerConnectionFactory implements org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminator
  • Field Details

    • LOG

      private static final org.eclipse.jetty.util.log.Logger LOG
  • Constructor Details

    • HTTP2ServerConnectionFactory

      public HTTP2ServerConnectionFactory(@Name("config") org.eclipse.jetty.server.HttpConfiguration httpConfiguration)
    • HTTP2ServerConnectionFactory

      public HTTP2ServerConnectionFactory(@Name("config") org.eclipse.jetty.server.HttpConfiguration httpConfiguration, @Name("protocols") String... protocols)
  • Method Details