Class HTTP2ClientConnectionFactory.ConnectionListener

  • All Implemented Interfaces:
    org.eclipse.jetty.io.Connection.Listener
    Enclosing class:
    HTTP2ClientConnectionFactory

    private static class HTTP2ClientConnectionFactory.ConnectionListener
    extends java.lang.Object
    implements 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ConnectionListener()  
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • ConnectionListener

        private ConnectionListener()
    • 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