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 class
private static class
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
org.eclipse.jetty.io.ClientConnectionFactory.Decorator
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
private final org.eclipse.jetty.io.Connection.Listener
static final String
static final String
static final String
static final String
Fields inherited from interface org.eclipse.jetty.io.ClientConnectionFactory
CONNECTOR_CONTEXT_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.io.Connection
newConnection
(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, wait
Methods 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