Module org.eclipse.jetty.client
Package org.eclipse.jetty.client.http
Class HttpClientConnectionFactory
- java.lang.Object
-
- org.eclipse.jetty.client.http.HttpClientConnectionFactory
-
- All Implemented Interfaces:
org.eclipse.jetty.io.ClientConnectionFactory
public class HttpClientConnectionFactory extends java.lang.Object implements org.eclipse.jetty.io.ClientConnectionFactory
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.jetty.io.ClientConnectionFactory.InfoHTTP11Representation of theHTTP/1.1application protocol used byHttpClientTransportDynamic.
-
Constructor Summary
Constructors Constructor Description HttpClientConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.io.ConnectionnewConnection(org.eclipse.jetty.io.EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
-
-
-
Field Detail
-
HTTP11
public static final org.eclipse.jetty.io.ClientConnectionFactory.Info HTTP11
Representation of the
HTTP/1.1application protocol used byHttpClientTransportDynamic.
-
-