Class OpenJDK8ServerALPNProcessor.ALPNListener

  • All Implemented Interfaces:
    org.eclipse.jetty.alpn.ALPN.Provider, org.eclipse.jetty.alpn.ALPN.ServerProvider, org.eclipse.jetty.io.Connection.Listener
    Enclosing class:
    OpenJDK8ServerALPNProcessor

    private static final class OpenJDK8ServerALPNProcessor.ALPNListener
    extends java.lang.Object
    implements org.eclipse.jetty.alpn.ALPN.ServerProvider, org.eclipse.jetty.io.Connection.Listener
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection.Listener

        org.eclipse.jetty.io.Connection.Listener.Adapter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onClosed​(org.eclipse.jetty.io.Connection connection)  
      void onOpened​(org.eclipse.jetty.io.Connection connection)  
      java.lang.String select​(java.util.List<java.lang.String> protocols)  
      void unsupported()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onOpened

        public void onOpened​(org.eclipse.jetty.io.Connection connection)
        Specified by:
        onOpened in interface org.eclipse.jetty.io.Connection.Listener
      • onClosed

        public void onClosed​(org.eclipse.jetty.io.Connection connection)
        Specified by:
        onClosed in interface org.eclipse.jetty.io.Connection.Listener
      • unsupported

        public void unsupported()
        Specified by:
        unsupported in interface org.eclipse.jetty.alpn.ALPN.ServerProvider
      • select

        public java.lang.String select​(java.util.List<java.lang.String> protocols)
        Specified by:
        select in interface org.eclipse.jetty.alpn.ALPN.ServerProvider