Class ALPNServerConnection

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, org.eclipse.jetty.io.Connection

    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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.eclipse.jetty.util.log.Logger LOG  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void select​(java.util.List<java.lang.String> clientProtocols)  
      void unsupported()  
      • 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

        addListener, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeListener, setInputBufferSize, toConnectionString, toString, tryFillInterested, tryFillInterested
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • LOG

        private static final org.eclipse.jetty.util.log.Logger LOG
    • Constructor Detail

      • ALPNServerConnection

        public ALPNServerConnection​(org.eclipse.jetty.server.Connector connector,
                                    org.eclipse.jetty.io.EndPoint endPoint,
                                    javax.net.ssl.SSLEngine engine,
                                    java.util.List<java.lang.String> protocols,
                                    java.lang.String defaultProtocol)
    • Method Detail

      • unsupported

        public void unsupported()
      • select

        public void select​(java.util.List<java.lang.String> clientProtocols)