Class ALPNClientConnection
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.io.AbstractConnection.NonBlocking
org.eclipse.jetty.io.NegotiatingClientConnection
org.eclipse.jetty.alpn.client.ALPNClientConnection
- All Implemented Interfaces:
 Closeable, AutoCloseable, Connection
- 
Nested Class Summary
Nested classes/interfaces inherited from class AbstractConnection
AbstractConnection.NonBlockingNested classes/interfaces inherited from interface Connection
Connection.Listener, Connection.Tunnel, Connection.UpgradeFrom, Connection.UpgradeTo - 
Constructor Summary
ConstructorsConstructorDescriptionALPNClientConnection(EndPoint endPoint, Executor executor, ClientConnectionFactory connectionFactory, SSLEngine sslEngine, Map<String, Object> context, List<String> protocols)  - 
Method Summary
Methods inherited from class NegotiatingClientConnection
close, getContext, getProtocol, getSSLEngine, onFillable, onOpenMethods inherited from class AbstractConnection.NonBlocking
fillInterestedMethods inherited from class AbstractConnection
addEventListener, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeEventListener, setInputBufferSize, toConnectionString, toString, tryFillInterested 
- 
Constructor Details
- 
ALPNClientConnection
 
 - 
 - 
Method Details
- 
getProtocols
 - 
selected
 - 
completed
- Overrides:
 completedin classNegotiatingClientConnection
 
 -