Class ALPNServerConnection
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.server.NegotiatingServerConnection
org.eclipse.jetty.alpn.server.ALPNServerConnection
- All Implemented Interfaces:
Closeable, AutoCloseable, org.eclipse.jetty.io.Connection, org.eclipse.jetty.util.thread.Invocable
public class ALPNServerConnection
extends org.eclipse.jetty.server.NegotiatingServerConnection
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.server.NegotiatingServerConnection
org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminatorNested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection
org.eclipse.jetty.io.Connection.Listener, org.eclipse.jetty.io.Connection.UpgradeFrom, org.eclipse.jetty.io.Connection.UpgradeToNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
org.eclipse.jetty.util.thread.Invocable.Callable, org.eclipse.jetty.util.thread.Invocable.InvocationType, org.eclipse.jetty.util.thread.Invocable.ReadyTask, org.eclipse.jetty.util.thread.Invocable.Task -
Field Summary
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking, NOOP -
Constructor Summary
ConstructorsConstructorDescriptionALPNServerConnection(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) -
Method Summary
Methods inherited from class org.eclipse.jetty.server.NegotiatingServerConnection
close, getConnector, getDefaultProtocol, getProtocol, getProtocols, getSSLEngine, onFillable, onOpen, setProtocolMethods inherited from class org.eclipse.jetty.io.AbstractConnection
addEventListener, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getInvocationType, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeEventListener, setInputBufferSize, toConnectionString, toString, tryFillInterested
-
Constructor Details
-
ALPNServerConnection
-
-
Method Details
-
unsupported
public void unsupported() -
select
-