Package org.eclipse.jetty.http2.client
Class HTTP2ClientConnectionFactory
java.lang.Object
org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory
- All Implemented Interfaces:
ClientConnectionFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
ClientConnectionFactory.Decorator, ClientConnectionFactory.Info
-
Field Summary
-
Constructor Summary
-
Method Summary
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 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
-
newConnection
- Specified by:
newConnection
in interfaceClientConnectionFactory
- Parameters:
endPoint
- theEndPoint
to link the newly created connection tocontext
- the context data to create the connection- Returns:
- a new
Connection
-