public class HTTP2ClientConnectionFactory extends java.lang.Object implements ClientConnectionFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BYTE_BUFFER_POOL_CONTEXT_KEY |
static java.lang.String |
CLIENT_CONTEXT_KEY |
static java.lang.String |
EXECUTOR_CONTEXT_KEY |
static java.lang.String |
SCHEDULER_CONTEXT_KEY |
static java.lang.String |
SESSION_LISTENER_CONTEXT_KEY |
static java.lang.String |
SESSION_PROMISE_CONTEXT_KEY |
CONNECTOR_CONTEXT_KEY| Constructor and Description |
|---|
HTTP2ClientConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcustomizepublic static final java.lang.String CLIENT_CONTEXT_KEY
public static final java.lang.String BYTE_BUFFER_POOL_CONTEXT_KEY
public static final java.lang.String EXECUTOR_CONTEXT_KEY
public static final java.lang.String SCHEDULER_CONTEXT_KEY
public static final java.lang.String SESSION_LISTENER_CONTEXT_KEY
public static final java.lang.String SESSION_PROMISE_CONTEXT_KEY
public Connection newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
newConnection in interface ClientConnectionFactoryendPoint - the EndPoint to link the newly created connection tocontext - the context data to create the connectionConnectionCopyright © 1995–2023 Webtide. All rights reserved.