public class ALPNClientConnectionFactory extends NegotiatingClientConnectionFactory
CONNECTOR_CONTEXT_KEY
Constructor and Description |
---|
ALPNClientConnectionFactory(java.util.concurrent.Executor executor,
ClientConnectionFactory connectionFactory,
java.util.List<java.lang.String> protocols) |
Modifier and Type | Method and Description |
---|---|
Connection |
newConnection(EndPoint endPoint,
java.util.Map<java.lang.String,java.lang.Object> context) |
getClientConnectionFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
customize
public ALPNClientConnectionFactory(java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory, java.util.List<java.lang.String> protocols)
public Connection newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)
endPoint
- the EndPoint
to link the newly created connection tocontext
- the context data to create the connectionConnection
Copyright © 1995–2023 Webtide. All rights reserved.