public class ALPNClientConnectionFactory extends NegotiatingClientConnectionFactory implements SslHandshakeListener
SslHandshakeListener.Event
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 |
---|---|
ALPNProcessor.Client |
getALPNProcessor() |
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
handshakeFailed, handshakeSucceeded
customize
public ALPNClientConnectionFactory(java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory, java.util.List<java.lang.String> protocols)
public ALPNProcessor.Client getALPNProcessor()
public Connection newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) throws java.io.IOException
newConnection
in interface ClientConnectionFactory
endPoint
- the EndPoint
to link the newly created connection tocontext
- the context data to create the connectionConnection
java.io.IOException
- if the connection cannot be createdCopyright © 1995–2017 Webtide. All rights reserved.