Package org.eclipse.jetty.alpn.server
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
,Connection
,Invocable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.server.NegotiatingServerConnection
NegotiatingServerConnection.CipherDiscriminator
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task
-
Field Summary
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking, NOOP
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.server.NegotiatingServerConnection
close, getConnector, getDefaultProtocol, getProtocol, getProtocols, getSSLEngine, onFillable, onOpen, setProtocol
Methods 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
-