Class ALPNClientConnectionFactory

  • All Implemented Interfaces:
    org.eclipse.jetty.io.ClientConnectionFactory

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

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

        CONNECTOR_CONTEXT_KEY
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.jetty.io.Connection newConnection​(org.eclipse.jetty.io.EndPoint endPoint, java.util.Map<java.lang.String,​java.lang.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
    • Constructor Detail

      • ALPNClientConnectionFactory

        public ALPNClientConnectionFactory​(java.util.concurrent.Executor executor,
                                           org.eclipse.jetty.io.ClientConnectionFactory connectionFactory,
                                           java.util.List<java.lang.String> protocols)
    • Method Detail

      • newConnection

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