Class HTTP2ClientConnectionFactory.ConnectionListener

java.lang.Object
org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory.ConnectionListener
All Implemented Interfaces:
org.eclipse.jetty.io.Connection.Listener
Enclosing class:
HTTP2ClientConnectionFactory

private static class HTTP2ClientConnectionFactory.ConnectionListener extends 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
     
  • Method Summary

    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 Details

    • ConnectionListener

      private ConnectionListener()
  • Method Details

    • 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