Class ALPNServerConnection

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

    public class ALPNServerConnection
    extends NegotiatingServerConnection
    • Constructor Summary

      Constructors 
      Constructor Description
      ALPNServerConnection​(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.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
    • Constructor Detail

      • ALPNServerConnection

        public ALPNServerConnection​(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)