public class ALPNServerConnection extends NegotiatingServerConnection implements org.eclipse.jetty.alpn.ALPN.ServerProvider
NegotiatingServerConnection.CipherDiscriminatorConnection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo| Constructor and Description |
|---|
ALPNServerConnection(Connector connector,
EndPoint endPoint,
SSLEngine engine,
List<String> protocols,
String defaultProtocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Performs a logical close of this connection.
|
String |
select(List<String> clientProtocols) |
void |
unsupported() |
getConnector, getDefaultProtocol, getProtocol, getProtocols, getSSLEngine, onFillable, onOpen, setProtocoladdListener, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeListener, setInputBufferSize, toConnectionString, toString, tryFillInterested, tryFillInterestedpublic void unsupported()
unsupported in interface org.eclipse.jetty.alpn.ALPN.ServerProviderpublic String select(List<String> clientProtocols)
select in interface org.eclipse.jetty.alpn.ALPN.ServerProviderpublic void close()
ConnectionPerforms a logical close of this connection.
For simple connections, this may just mean to delegate the close to the associated
EndPoint but, for example, SSL connections should write the SSL close message
before closing the associated EndPoint.
close in interface Closeableclose in interface AutoCloseableclose in interface Connectionclose in class NegotiatingServerConnectionCopyright © 1995–2017 Webtide. All rights reserved.