Class ALPNClientConnectionFactory

java.lang.Object
org.eclipse.jetty.io.NegotiatingClientConnectionFactory
org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
All Implemented Interfaces:
org.eclipse.jetty.io.ClientConnectionFactory

public class ALPNClientConnectionFactory extends org.eclipse.jetty.io.NegotiatingClientConnectionFactory
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory

    org.eclipse.jetty.io.ClientConnectionFactory.Decorator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final Executor
     
    private static final org.eclipse.jetty.util.log.Logger
     
    private final List<org.eclipse.jetty.io.ssl.ALPNProcessor.Client>
     
    private final List<String>
     

    Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory

    CONNECTOR_CONTEXT_KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
    ALPNClientConnectionFactory(Executor executor, org.eclipse.jetty.io.ClientConnectionFactory connectionFactory, List<String> protocols)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.io.Connection
    newConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String,Object> context)
     

    Methods inherited from class org.eclipse.jetty.io.NegotiatingClientConnectionFactory

    getClientConnectionFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.ClientConnectionFactory

    customize
  • Field Details

    • LOG

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

      private final List<org.eclipse.jetty.io.ssl.ALPNProcessor.Client> processors
    • executor

      private final Executor executor
    • protocols

      private final List<String> protocols
  • Constructor Details

    • ALPNClientConnectionFactory

      public ALPNClientConnectionFactory(Executor executor, org.eclipse.jetty.io.ClientConnectionFactory connectionFactory, List<String> protocols)
  • Method Details

    • newConnection

      public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String,Object> context)