Class ClientConnectionFactoryOverHTTP2

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

    public class ClientConnectionFactoryOverHTTP2
    extends java.lang.Object
    implements org.eclipse.jetty.io.ClientConnectionFactory
    • Field Summary

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

        CLIENT_CONTEXT_KEY
    • 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 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

      • ClientConnectionFactoryOverHTTP2

        public ClientConnectionFactoryOverHTTP2​(org.eclipse.jetty.http2.client.HTTP2Client client)
    • 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)
                                                      throws java.io.IOException
        Specified by:
        newConnection in interface org.eclipse.jetty.io.ClientConnectionFactory
        Throws:
        java.io.IOException