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.CipherDiscriminator

    Nested 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.UpgradeTo

    Nested 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

    Constructors
    Constructor
    Description
    ALPNServerConnection(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    select(List<String> clientProtocols)
     
    void
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ALPNServerConnection

      public ALPNServerConnection(org.eclipse.jetty.server.Connector connector, org.eclipse.jetty.io.EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol)
  • Method Details

    • unsupported

      public void unsupported()
    • select

      public void select(List<String> clientProtocols)