Package org.eclipse.jetty.alpn.client
Class ALPNClientConnectionFactory
- java.lang.Object
-
- org.eclipse.jetty.io.NegotiatingClientConnectionFactory
-
- org.eclipse.jetty.alpn.client.ALPNClientConnectionFactory
-
- All Implemented Interfaces:
EventListener,org.eclipse.jetty.io.ClientConnectionFactory,org.eclipse.jetty.io.ssl.SslHandshakeListener
public class ALPNClientConnectionFactory extends org.eclipse.jetty.io.NegotiatingClientConnectionFactory implements org.eclipse.jetty.io.ssl.SslHandshakeListener
-
-
Constructor Summary
Constructors Constructor Description ALPNClientConnectionFactory(Executor executor, org.eclipse.jetty.io.ClientConnectionFactory connectionFactory, List<String> protocols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.io.ConnectionnewConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String,Object> context)-
Methods inherited from class org.eclipse.jetty.io.NegotiatingClientConnectionFactory
getClientConnectionFactory
-
-
-
-
Method Detail
-
newConnection
public org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.io.EndPoint endPoint, Map<String,Object> context) throws IOException- Specified by:
newConnectionin interfaceorg.eclipse.jetty.io.ClientConnectionFactory- Throws:
IOException
-
-