Package org.eclipse.jetty.http2.client
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 -
Method Summary
-
Constructor Details
-
ConnectionListener
private ConnectionListener()
-
-
Method Details
-
onOpened
public void onOpened(org.eclipse.jetty.io.Connection connection) - Specified by:
onOpened
in interfaceorg.eclipse.jetty.io.Connection.Listener
-
onClosed
public void onClosed(org.eclipse.jetty.io.Connection connection) - Specified by:
onClosed
in interfaceorg.eclipse.jetty.io.Connection.Listener
-