public class ALPNClientConnectionFactory extends NegotiatingClientConnectionFactory
ClientConnectionFactory.Helper| 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) |
getClientConnectionFactorypublic 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–2015 Mort Bay Consulting. All rights reserved.