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 ClassesModifier and TypeClassDescriptionprivate static classprivate static classNested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
org.eclipse.jetty.io.ClientConnectionFactory.Decorator -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringprivate final org.eclipse.jetty.io.Connection.Listenerstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CONNECTOR_CONTEXT_KEY -
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:
-
BYTE_BUFFER_POOL_CONTEXT_KEY
- See Also:
-
EXECUTOR_CONTEXT_KEY
- See Also:
-
SCHEDULER_CONTEXT_KEY
- See Also:
-
SESSION_LISTENER_CONTEXT_KEY
- See Also:
-
SESSION_PROMISE_CONTEXT_KEY
- See Also:
-
connectionListener
private final org.eclipse.jetty.io.Connection.Listener connectionListener
-
-
Constructor Details
-
HTTP2ClientConnectionFactory
public HTTP2ClientConnectionFactory()
-
-
Method Details