Class ClientConnectionFactoryOverHTTP2
- java.lang.Object
-
- org.eclipse.jetty.http2.client.http.ClientConnectionFactoryOverHTTP2
-
- All Implemented Interfaces:
org.eclipse.jetty.io.ClientConnectionFactory
public class ClientConnectionFactoryOverHTTP2 extends java.lang.Object implements org.eclipse.jetty.io.ClientConnectionFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientConnectionFactoryOverHTTP2.H2static classClientConnectionFactoryOverHTTP2.H2C
-
Constructor Summary
Constructors Constructor Description ClientConnectionFactoryOverHTTP2(org.eclipse.jetty.http2.client.HTTP2Client client)
-
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)
-
-
-
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:
newConnectionin interfaceorg.eclipse.jetty.io.ClientConnectionFactory- Throws:
java.io.IOException
-
-