Package org.eclipse.jetty.alpn.client
Class ALPNClientConnection
- java.lang.Object
-
- org.eclipse.jetty.io.AbstractConnection
-
- org.eclipse.jetty.io.NegotiatingClientConnection
-
- org.eclipse.jetty.alpn.client.ALPNClientConnection
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,Connection
public class ALPNClientConnection extends NegotiatingClientConnection
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo
-
-
Constructor Summary
Constructors Constructor Description ALPNClientConnection(EndPoint endPoint, java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory, javax.net.ssl.SSLEngine sslEngine, java.util.Map<java.lang.String,java.lang.Object> context, java.util.List<java.lang.String> protocols)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getProtocols()
void
selected(java.lang.String protocol)
-
Methods inherited from class org.eclipse.jetty.io.NegotiatingClientConnection
close, completed, getSSLEngine, onFillable, onOpen
-
Methods inherited from class org.eclipse.jetty.io.AbstractConnection
addListener, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeListener, setInputBufferSize, toConnectionString, toString, tryFillInterested, tryFillInterested
-
-
-
-
Constructor Detail
-
ALPNClientConnection
public ALPNClientConnection(EndPoint endPoint, java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory, javax.net.ssl.SSLEngine sslEngine, java.util.Map<java.lang.String,java.lang.Object> context, java.util.List<java.lang.String> protocols)
-
-