public class ALPNClientConnectionFactory extends NegotiatingClientConnectionFactory
CONNECTOR_CONTEXT_KEY| Constructor and Description |
|---|
ALPNClientConnectionFactory(Executor executor,
ClientConnectionFactory connectionFactory,
List<String> protocols) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
newConnection(EndPoint endPoint,
Map<String,Object> context) |
getClientConnectionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcustomizepublic ALPNClientConnectionFactory(Executor executor, ClientConnectionFactory connectionFactory, List<String> protocols)
public Connection newConnection(EndPoint endPoint, Map<String,Object> context) throws IOException
endPoint - the EndPoint to link the newly created connection tocontext - the context data to create the connectionConnectionIOException - if the connection cannot be createdCopyright © 1995–2016 Mort Bay Consulting. All rights reserved.