Class HttpClientConnectionFactory

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

    public class HttpClientConnectionFactory
    extends java.lang.Object
    implements org.eclipse.jetty.io.ClientConnectionFactory
    • Nested Class Summary

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

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

      Fields 
      Modifier and Type Field Description
      static org.eclipse.jetty.io.ClientConnectionFactory.Info HTTP11
      Representation of the HTTP/1.1 application protocol used by HttpClientTransportDynamic.
      • 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
    • Field Detail

      • HTTP11

        public static final org.eclipse.jetty.io.ClientConnectionFactory.Info HTTP11

        Representation of the HTTP/1.1 application protocol used by HttpClientTransportDynamic.

    • Constructor Detail

      • HttpClientConnectionFactory

        public HttpClientConnectionFactory()
    • 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)
        Specified by:
        newConnection in interface org.eclipse.jetty.io.ClientConnectionFactory