Package org.eclipse.jetty.http2.client
Class HTTP2ClientConnectionFactory
java.lang.Object
org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
- All Implemented Interfaces:
org.eclipse.jetty.io.ClientConnectionFactory
public class HTTP2ClientConnectionFactory
extends 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.io.ConnectionnewConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String, Object> context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
customize
-
Field Details
-
CLIENT_CONTEXT_KEY
- See Also:
-
SESSION_LISTENER_CONTEXT_KEY
- See Also:
-
SESSION_PROMISE_CONTEXT_KEY
- See Also:
-
-
Constructor Details
-
HTTP2ClientConnectionFactory
public HTTP2ClientConnectionFactory()
-
-
Method Details