public class ALPNServerConnection extends NegotiatingServerConnection implements org.eclipse.jetty.alpn.ALPN.ServerProvider
AbstractConnection.FillingInterestedCallback, AbstractConnection.NestedState, AbstractConnection.StateConnection.ListenerEXECUTE_ONFILLABLE, FILL_INTERESTED, FILLING, FILLING_FILL_INTERESTED, IDLE, REFILLING| Constructor and Description |
|---|
ALPNServerConnection(Connector connector,
EndPoint endPoint,
SSLEngine engine,
List<String> protocols,
String defaultProtocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
select(List<String> clientProtocols) |
void |
unsupported() |
getDefaultProtocol, getProtocol, getProtocols, getSSLEngine, onFillable, onOpen, setProtocoladdListener, failedCallback, fillInterested, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, next, onClose, onFillInterestedFailed, onReadTimeout, setInputBufferSize, toStringpublic 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()
close in interface Closeableclose in interface AutoCloseableclose in interface Connectionclose in class NegotiatingServerConnectionCopyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.