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:
Closeable,AutoCloseable,org.eclipse.jetty.io.Connection
public class ALPNClientConnection extends org.eclipse.jetty.io.NegotiatingClientConnection
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getProtocols()voidselected(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
-
-